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