shukdevdatta123 commited on
Commit
8858024
·
verified ·
1 Parent(s): 40f0a8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -670,7 +670,7 @@ with gr.Blocks(title="Enhanced Groq AI Chat Playground") as app:
670
  label="Top P (nucleus sampling probability threshold)"
671
  )
672
 
673
- chatbot = gr.Chatbot(label="Conversation", height=500)
674
 
675
  with gr.Row():
676
  message_input = gr.Textbox(
 
670
  label="Top P (nucleus sampling probability threshold)"
671
  )
672
 
673
+ chatbot = gr.Chatbot(label="Conversation", height=500, type="messages")
674
 
675
  with gr.Row():
676
  message_input = gr.Textbox(