khaled06 commited on
Commit
88b1757
·
verified ·
1 Parent(s): 86c67c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def sentiment_analysis(text: str) -> str:
25
 
26
  demo = gr.Interface(
27
  fn = sentiment_analysis,
28
- input gr.TextBox(placeholder="Enter text to analyze..."),
29
  output = gr.Textbox(),
30
  title = 'Text Sentiment Analysis',
31
  description="Analyze the sentiment of text using TextBlob"
 
25
 
26
  demo = gr.Interface(
27
  fn = sentiment_analysis,
28
+ inputs = gr.TextBox(placeholder="Enter text to analyze..."),
29
  output = gr.Textbox(),
30
  title = 'Text Sentiment Analysis',
31
  description="Analyze the sentiment of text using TextBlob"