abidlabs HF staff commited on
Commit
d911197
1 Parent(s): 1fd92b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ css = """
39
 
40
  gr.Interface(fn=predict,
41
  theme="default",
42
- inputs=[gr.inputs.Text(placeholder="How are you?"), "state"],
43
  outputs=["html", "state"],
44
  css=css).launch()
45
 
39
 
40
  gr.Interface(fn=predict,
41
  theme="default",
42
+ inputs=[gr.inputs.Textbox(placeholder="How are you?"), "state"],
43
  outputs=["html", "state"],
44
  css=css).launch()
45