mayankchugh-learning commited on
Commit
8dd216d
·
verified ·
1 Parent(s): e1363df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ demo = gr.Interface(fn=read_excel_and_get_sentiment,
55
  outputs=[gr.DataFrame(label="Reviewed text"), gr.Plot(label="Sentiment Analysis")],
56
  title="@IT AI Enthusiast (https://www.youtube.com/@itaienthusiast/) - Sentiment Analysis",
57
  description="THIS APPLICATION WILL BE USED TO ANALYZER THE SENTIMENT BASED ON THE COMMENT PROVIDER.",
 
58
  concurrency_limit=16)
59
  demo.launch()
60
 
 
55
  outputs=[gr.DataFrame(label="Reviewed text"), gr.Plot(label="Sentiment Analysis")],
56
  title="@IT AI Enthusiast (https://www.youtube.com/@itaienthusiast/) - Sentiment Analysis",
57
  description="THIS APPLICATION WILL BE USED TO ANALYZER THE SENTIMENT BASED ON THE COMMENT PROVIDER.",
58
+ theme=gr.themes.Soft(),
59
  concurrency_limit=16)
60
  demo.launch()
61