SamanthaStorm commited on
Commit
b111d28
·
verified ·
1 Parent(s): 6b37437

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -754,7 +754,7 @@ demo = gr.Interface(
754
  body { background-color: #f8f3f1; }
755
  .gradio-container { background-color: #f8f3f1 !important; }
756
  """,
757
- theme=gr.themes.Default(),
758
  flagging_mode="manual"
759
  )
760
  # This single call will start the server and block,
 
754
  body { background-color: #f8f3f1; }
755
  .gradio-container { background-color: #f8f3f1 !important; }
756
  """,
757
+ theme=gr.themes.Default(), # ← this is the missing piece
758
  flagging_mode="manual"
759
  )
760
  # This single call will start the server and block,