Spaces:
Sleeping
Sleeping
back to functional
Browse files
app.py
CHANGED
|
@@ -23,9 +23,6 @@ theme = gr.themes.Ocean(
|
|
| 23 |
button_primary_background_fill_dark='linear-gradient(120deg, *secondary_400 0%, *primary_400 60%, *primary_600 100%)',
|
| 24 |
button_primary_background_fill_hover='linear-gradient(120deg, *secondary_400 0%, *primary_300 60%, *neutral_300 100%)',
|
| 25 |
|
| 26 |
-
input_background_fill='white',
|
| 27 |
-
input_text_color='black',
|
| 28 |
-
input_placeholder_color='gray'
|
| 29 |
)
|
| 30 |
|
| 31 |
# ---------------------- LOAD KNOWLEDGE BASE ----------------------
|
|
|
|
| 23 |
button_primary_background_fill_dark='linear-gradient(120deg, *secondary_400 0%, *primary_400 60%, *primary_600 100%)',
|
| 24 |
button_primary_background_fill_hover='linear-gradient(120deg, *secondary_400 0%, *primary_300 60%, *neutral_300 100%)',
|
| 25 |
|
|
|
|
|
|
|
|
|
|
| 26 |
)
|
| 27 |
|
| 28 |
# ---------------------- LOAD KNOWLEDGE BASE ----------------------
|