Update app.py
Browse files
app.py
CHANGED
@@ -512,7 +512,7 @@ SAMPLE_TEXTS = [
|
|
512 |
|
513 |
# Gradio Interface
|
514 |
with gr.Blocks(theme=gr.themes.Soft(), title="Advanced Sentiment Analyzer") as demo:
|
515 |
-
gr.Markdown("# π
|
516 |
gr.Markdown("Analyze sentiment with multiple languages, themes, and advanced visualizations")
|
517 |
|
518 |
with gr.Tab("π Single Analysis"):
|
|
|
512 |
|
513 |
# Gradio Interface
|
514 |
with gr.Blocks(theme=gr.themes.Soft(), title="Advanced Sentiment Analyzer") as demo:
|
515 |
+
gr.Markdown("# π Multilingual Sentiment Analyzer")
|
516 |
gr.Markdown("Analyze sentiment with multiple languages, themes, and advanced visualizations")
|
517 |
|
518 |
with gr.Tab("π Single Analysis"):
|