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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -754,9 +754,9 @@ demo = gr.Interface(
754
  body { background-color: #f8f3f1; }
755
  .gradio-container { background-color: #f8f3f1 !important; }
756
  """,
 
757
  flagging_mode="manual"
758
  )
759
-
760
  # This single call will start the server and block,
761
  # keeping the container alive on Spaces.
762
  demo.launch()
 
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,
761
  # keeping the container alive on Spaces.
762
  demo.launch()