jr-95 commited on
Commit
298df4b
1 Parent(s): e89f51b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ iface2 = gr.Interface(analyze_sentiments_from_excel,
162
  .output p {margin: 5px;}
163
  .output div {margin: 5px;}
164
  .output .highlight {padding: 5px; border-radius: 5px;}""")
165
-
166
  demo = gr.TabbedInterface([welcome_interface, iface1, iface2], ["Welcome", "Single Sentiment Analysis", "Bulk Sentiment Analysis"], theme="huggingface")
167
 
168
  demo.launch()
 
162
  .output p {margin: 5px;}
163
  .output div {margin: 5px;}
164
  .output .highlight {padding: 5px; border-radius: 5px;}""")
165
+ #app
166
  demo = gr.TabbedInterface([welcome_interface, iface1, iface2], ["Welcome", "Single Sentiment Analysis", "Bulk Sentiment Analysis"], theme="huggingface")
167
 
168
  demo.launch()