Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,8 @@ theme = gr.themes.Base(
|
|
| 9 |
neutral_hue="grey",
|
| 10 |
font=['Helvetica', 'ui-sans-serif', 'system-ui', 'sans-serif'],
|
| 11 |
).set(
|
| 12 |
-
button_large_text_weight='400'
|
|
|
|
| 13 |
)
|
| 14 |
|
| 15 |
with gr.Blocks(theme=theme) as demo:
|
|
|
|
| 9 |
neutral_hue="grey",
|
| 10 |
font=['Helvetica', 'ui-sans-serif', 'system-ui', 'sans-serif'],
|
| 11 |
).set(
|
| 12 |
+
button_large_text_weight='400',
|
| 13 |
+
input_background_fill='*primary_50',
|
| 14 |
)
|
| 15 |
|
| 16 |
with gr.Blocks(theme=theme) as demo:
|