Update app.py
Browse files
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 |
|