Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def ask_question(query, k=1):
|
|
| 39 |
return results, temp_file.name
|
| 40 |
custom_css = """
|
| 41 |
body, html, .gradio-container {
|
| 42 |
-
background-color: #FFDDEE !important; /* baby
|
| 43 |
color: black !important;
|
| 44 |
font-family: 'Segoe UI', sans-serif;
|
| 45 |
}
|
|
|
|
| 39 |
return results, temp_file.name
|
| 40 |
custom_css = """
|
| 41 |
body, html, .gradio-container {
|
| 42 |
+
background-color: #FFDDEE !important; /* baby blue */
|
| 43 |
color: black !important;
|
| 44 |
font-family: 'Segoe UI', sans-serif;
|
| 45 |
}
|