enio commited on
Commit
e07ca3e
1 Parent(s): 9036b83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ def sentiment(text):
13
 
14
  iface = gr.Interface(
15
  fn=sentiment,
16
- inputs=gr.Textbox(label="Input Text",elem_id="Input"),
17
  outputs="text")
18
  iface.launch()
 
13
 
14
  iface = gr.Interface(
15
  fn=sentiment,
16
+ inputs=gr.Textbox(label="input text"),
17
  outputs="text")
18
  iface.launch()