tharunchndrn commited on
Commit
6d6ff9a
·
verified ·
1 Parent(s): 91ce131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(title="SysLink Food System Chatbot") as demo:
129
 
130
  gr.Markdown("## SysLink Food System Assistant")
131
 
132
- chat = gr.Chatbot(height=420, type="messages")
133
 
134
  with gr.Row():
135
  s1 = gr.Button(visible=False)
 
129
 
130
  gr.Markdown("## SysLink Food System Assistant")
131
 
132
+ chat = gr.Chatbot(height=420)
133
 
134
  with gr.Row():
135
  s1 = gr.Button(visible=False)