mathslearn commited on
Commit
2baab67
·
verified ·
1 Parent(s): b696bcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def chat_interface(query, chat_history=[]):
112
  iface = gr.Interface(
113
  fn=chat_interface,
114
  inputs=gr.Textbox(),
115
- outputs=gr.Text(),
116
  )
117
 
118
  # Launch Gradio Interface
 
112
  iface = gr.Interface(
113
  fn=chat_interface,
114
  inputs=gr.Textbox(),
115
+ outputs=gr.Textbox(),
116
  )
117
 
118
  # Launch Gradio Interface