Cosmos LLM
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ TOKEN = os.environ.get("TOKEN", None)
|
|
11 |
PLACEHOLDER = """
|
12 |
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
13 |
<img src="https://cdn.cosmosytu.online/images/cosmos_transparent.png" style="width: 80%; max-width: 550px; height: auto; opacity: 0.55; ">
|
14 |
-
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Cosmos
|
15 |
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Bana herhangi bir şey sorabilirsiniz...</p>
|
16 |
</div>
|
17 |
"""
|
|
|
11 |
PLACEHOLDER = """
|
12 |
<div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
|
13 |
<img src="https://cdn.cosmosytu.online/images/cosmos_transparent.png" style="width: 80%; max-width: 550px; height: auto; opacity: 0.55; ">
|
14 |
+
<h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Cosmos LLM</h1>
|
15 |
<p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Bana herhangi bir şey sorabilirsiniz...</p>
|
16 |
</div>
|
17 |
"""
|