TOPSInfosol commited on
Commit
52f11f1
·
verified ·
1 Parent(s): ba75663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def about_page():
207
  return content
208
 
209
 
210
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
211
  with gr.Tabs():
212
  with gr.TabItem("Home"):
213
  df_state = gr.State()
 
207
  return content
208
 
209
 
210
+ with gr.Blocks(theme=gr.themes.Default()) as demo:
211
  with gr.Tabs():
212
  with gr.TabItem("Home"):
213
  df_state = gr.State()