Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,20 +42,20 @@ def respond(message, history, model, temperature, max_tokens):
|
|
| 42 |
# -------------------------
|
| 43 |
custom_css = """
|
| 44 |
body {
|
| 45 |
-
background: linear-gradient(135deg, #
|
| 46 |
}
|
| 47 |
|
| 48 |
#title {
|
| 49 |
text-align: center;
|
| 50 |
font-size: 40px;
|
| 51 |
font-weight: bold;
|
| 52 |
-
color: #
|
| 53 |
}
|
| 54 |
|
| 55 |
#subtitle {
|
| 56 |
text-align: center;
|
| 57 |
font-size: 24px;
|
| 58 |
-
color: #
|
| 59 |
}
|
| 60 |
"""
|
| 61 |
|
|
|
|
| 42 |
# -------------------------
|
| 43 |
custom_css = """
|
| 44 |
body {
|
| 45 |
+
background: linear-gradient(135deg, #ffd966, #1e293b);
|
| 46 |
}
|
| 47 |
|
| 48 |
#title {
|
| 49 |
text-align: center;
|
| 50 |
font-size: 40px;
|
| 51 |
font-weight: bold;
|
| 52 |
+
color: #990000;
|
| 53 |
}
|
| 54 |
|
| 55 |
#subtitle {
|
| 56 |
text-align: center;
|
| 57 |
font-size: 24px;
|
| 58 |
+
color: #660000;
|
| 59 |
}
|
| 60 |
"""
|
| 61 |
|