shrirangphadke commited on
Commit
2e37ab6
·
verified ·
1 Parent(s): c2d3d67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def sentiment_analysis(text):
21
 
22
  iface = gr.Interface(
23
  fn=sentiment_analysis,
24
- inputs=gr.inputs.Textbox(lines=5, label="Enter Text"),
25
  outputs="html"
26
  )
27
 
 
21
 
22
  iface = gr.Interface(
23
  fn=sentiment_analysis,
24
+ inputs="text",
25
  outputs="html"
26
  )
27