Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|