AldoOrtega commited on
Commit
9c49524
·
1 Parent(s): a861f87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ demo = gr.Interface(
70
  cache_examples=False,
71
  theme=gr.themes.Default(
72
  primary_hue=primary_palette
73
- )
74
  )
75
 
76
  demo.launch()
 
70
  cache_examples=False,
71
  theme=gr.themes.Default(
72
  primary_hue=primary_palette
73
+ ).set(body_background_fill='#F8F9FA')
74
  )
75
 
76
  demo.launch()