Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1235,7 +1235,6 @@ def deep_research(prompt):
|
|
| 1235 |
|
| 1236 |
custom_css = """
|
| 1237 |
.gradio-container {
|
| 1238 |
-
background-color: #f7f9fc;
|
| 1239 |
}
|
| 1240 |
.output-box {
|
| 1241 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
@@ -1244,13 +1243,11 @@ custom_css = """
|
|
| 1244 |
white-space: pre-wrap; /* Preserve newlines and spacing */
|
| 1245 |
}
|
| 1246 |
h3 {
|
| 1247 |
-
color: #2c3e50;
|
| 1248 |
font-weight: 600;
|
| 1249 |
}
|
| 1250 |
.footer {
|
| 1251 |
text-align: center;
|
| 1252 |
margin-top: 20px;
|
| 1253 |
-
color: #7f8c8d;
|
| 1254 |
font-size: 0.9em;
|
| 1255 |
}
|
| 1256 |
"""
|
|
|
|
| 1235 |
|
| 1236 |
custom_css = """
|
| 1237 |
.gradio-container {
|
|
|
|
| 1238 |
}
|
| 1239 |
.output-box {
|
| 1240 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
|
|
| 1243 |
white-space: pre-wrap; /* Preserve newlines and spacing */
|
| 1244 |
}
|
| 1245 |
h3 {
|
|
|
|
| 1246 |
font-weight: 600;
|
| 1247 |
}
|
| 1248 |
.footer {
|
| 1249 |
text-align: center;
|
| 1250 |
margin-top: 20px;
|
|
|
|
| 1251 |
font-size: 0.9em;
|
| 1252 |
}
|
| 1253 |
"""
|