tonyassi commited on
Commit
3280e63
·
verified ·
1 Parent(s): 0aecf3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='*primary_50',
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: