Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,7 +183,7 @@ def export_file(format_type, state):
|
|
| 183 |
# =========================
|
| 184 |
# UI
|
| 185 |
# =========================
|
| 186 |
-
with gr.Blocks(title="AI Conversation Sentiment Analyzer") as app:
|
| 187 |
|
| 188 |
gr.Markdown("# 🎙 AI Conversation Sentiment Analyzer")
|
| 189 |
|
|
@@ -230,4 +230,4 @@ with gr.Blocks(title="AI Conversation Sentiment Analyzer") as app:
|
|
| 230 |
)
|
| 231 |
|
| 232 |
if __name__ == "__main__":
|
| 233 |
-
app.launch(
|
|
|
|
| 183 |
# =========================
|
| 184 |
# UI
|
| 185 |
# =========================
|
| 186 |
+
with gr.Blocks(title="AI Conversation Sentiment Analyzer", theme=gr.themes.Soft()) as app:
|
| 187 |
|
| 188 |
gr.Markdown("# 🎙 AI Conversation Sentiment Analyzer")
|
| 189 |
|
|
|
|
| 230 |
)
|
| 231 |
|
| 232 |
if __name__ == "__main__":
|
| 233 |
+
app.launch()
|