Jerrycool commited on
Commit
9100dd2
·
verified ·
1 Parent(s): ce49c0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ TITLE = """
187
 
188
  # --- Build App ---
189
  # Use Dark theme for Gradio
190
- demo = gr.Blocks(css=custom_css, theme=gr.themes.Dark())
191
 
192
  with demo:
193
  # Inject FontAwesome JS/CSS explicitly
 
187
 
188
  # --- Build App ---
189
  # Use Dark theme for Gradio
190
+ demo = gr.Blocks(css=custom_css, theme=gr.themes.Base())
191
 
192
  with demo:
193
  # Inject FontAwesome JS/CSS explicitly