Muhammad Anas Akhtar commited on
Commit
0052338
·
verified ·
1 Parent(s): 66a473e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ demo = gr.Interface(
57
  gr.Dataframe(label="Sentiments"),
58
  gr.Plot(label="Sentiment Analysis")
59
  ],
60
- title="@GenAILearniverse Project 3: Sentiment Analyzer",
61
  description="THIS APPLICATION WILL BE USED TO ANALYZE THE SENTIMENT BASED ON FILE UPLOADED."
62
  )
63
 
 
57
  gr.Dataframe(label="Sentiments"),
58
  gr.Plot(label="Sentiment Analysis")
59
  ],
60
+ title="Sentiment Analyzer",
61
  description="THIS APPLICATION WILL BE USED TO ANALYZE THE SENTIMENT BASED ON FILE UPLOADED."
62
  )
63