AashitaK commited on
Commit
98f537d
·
verified ·
1 Parent(s): bf98c73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def chatbot(query: str) -> str:
68
 
69
  # Create a Gradio GUI interface
70
  inputs = gr.Textbox(lines=7, label=chatbot_input_label, placeholder=chatbot_input_placeholder)
71
- outputs = gr.Textbox(label=chatbot_output_label, placeholder=chatbot_output_placeholder)
72
  iface = gr.Interface(fn=chatbot,
73
  inputs=inputs,
74
  outputs=outputs,
 
68
 
69
  # Create a Gradio GUI interface
70
  inputs = gr.Textbox(lines=7, label=chatbot_input_label, placeholder=chatbot_input_placeholder)
71
+ outputs = gr.Markdown(label=chatbot_output_label, placeholder=chatbot_output_placeholder)
72
  iface = gr.Interface(fn=chatbot,
73
  inputs=inputs,
74
  outputs=outputs,