Tristan Thrush commited on
Commit
f1a7351
1 Parent(s): a8e5895
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with demo:
77
  outputs=[label_output, text_output, state, example_submit, final_submit, state_display],
78
  )
79
 
80
- response_output = gr.Markdown()
81
  submit_hit_button.click(
82
  _submit,
83
  inputs=[state, dummy],
 
77
  outputs=[label_output, text_output, state, example_submit, final_submit, state_display],
78
  )
79
 
80
+ response_output = gr.Textbox()
81
  submit_hit_button.click(
82
  _submit,
83
  inputs=[state, dummy],