OscarFAI commited on
Commit
dffea0f
·
1 Parent(s): fb6ca68

Updated deprecation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def chat_llama3_8b(message: str,
108
  yield "".join(outputs)
109
 
110
  # Gradio block
111
- chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
112
 
113
  with gr.Blocks(fill_height=True, css=css) as aida:
114
 
 
108
  yield "".join(outputs)
109
 
110
  # Gradio block
111
+ chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface', type='messages')
112
 
113
  with gr.Blocks(fill_height=True, css=css) as aida:
114