Light-Dav commited on
Commit
44b1e22
Β·
verified Β·
1 Parent(s): 3a69969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.BaseDark()) 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
 
 
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