KrizTech100 commited on
Commit
c5e938a
·
verified ·
1 Parent(s): 1b31e98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(theme=gr.themes.Soft())
 
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()