Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def analyze_sentiment(text):
|
|
148 |
}
|
149 |
|
150 |
# --- Gradio Interface ---
|
151 |
-
with gr.Blocks(css=custom_css, theme=gr.themes.
|
152 |
gr.Markdown("<h1 style='color: #80cbc4; text-align: center;'>π Sentiment Analyzer π</h1>")
|
153 |
gr.Markdown("<p style='color: #f8f8f2; text-align: center;'>Uncover the emotional tone of your English text instantly.</p>")
|
154 |
|
|
|
148 |
}
|
149 |
|
150 |
# --- Gradio Interface ---
|
151 |
+
with gr.Blocks(css=custom_css, theme=gr.themes.Dark()) as demo:
|
152 |
gr.Markdown("<h1 style='color: #80cbc4; text-align: center;'>π Sentiment Analyzer π</h1>")
|
153 |
gr.Markdown("<p style='color: #f8f8f2; text-align: center;'>Uncover the emotional tone of your English text instantly.</p>")
|
154 |
|