Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -529,7 +529,7 @@ EXAMPLE_REVIEWS = [
|
|
| 529 |
|
| 530 |
# Gradio Interface
|
| 531 |
with gr.Blocks(theme=gr.themes.Soft(), title="Movie Sentiment Analyzer") as demo:
|
| 532 |
-
gr.Markdown("# 🎬
|
| 533 |
gr.Markdown("Advanced sentiment analysis with comprehensive visualizations and data export capabilities")
|
| 534 |
|
| 535 |
with gr.Tab("Single Analysis"):
|
|
|
|
| 529 |
|
| 530 |
# Gradio Interface
|
| 531 |
with gr.Blocks(theme=gr.themes.Soft(), title="Movie Sentiment Analyzer") as demo:
|
| 532 |
+
gr.Markdown("# 🎬 AI Movie Sentiment Analyzer")
|
| 533 |
gr.Markdown("Advanced sentiment analysis with comprehensive visualizations and data export capabilities")
|
| 534 |
|
| 535 |
with gr.Tab("Single Analysis"):
|