rocioadlc commited on
Commit
129886d
Β·
verified Β·
1 Parent(s): 5a53f49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -207,5 +207,7 @@ app = gr.TabbedInterface(
207
  theme=theme
208
  )
209
 
 
 
210
  app.queue()
211
  app.launch()
 
207
  theme=theme
208
  )
209
 
210
+ app.tabs[0]._css = {"background-color": "#F0F0F0"}
211
+
212
  app.queue()
213
  app.launch()