Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|