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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -750,6 +750,10 @@ 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
  flagging_mode="manual"
754
  )
755
 
 
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
  flagging_mode="manual"
758
  )
759