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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -750,11 +750,6 @@ demo = gr.Interface(
750
  "Enter up to three messages that concern you. "
751
  "For the most accurate results, include messages from a recent emotionally intense period."
752
  ),
753
- css="""
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,
 
750
  "Enter up to three messages that concern you. "
751
  "For the most accurate results, include messages from a recent emotionally intense period."
752
  ),
 
 
 
 
 
753
  flagging_mode="manual"
754
  )
755
  # This single call will start the server and block,