TurkishCodeMan commited on
Commit
42f6065
·
verified ·
1 Parent(s): fe40cd6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -110,6 +110,7 @@ with gr.Blocks(
110
  chatbot = gr.Chatbot(
111
  label="Chat",
112
  height=400,
 
113
  )
114
 
115
  with gr.Row():
 
110
  chatbot = gr.Chatbot(
111
  label="Chat",
112
  height=400,
113
+ type="messages"
114
  )
115
 
116
  with gr.Row():