Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|