Shubbair commited on
Commit
b342264
·
1 Parent(s): f16e84d

Update space

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -244,7 +244,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
244
  chat,
245
  chatbot=gr.Chatbot(
246
  value=[{"role": "assistant", "content": INITIAL_GREETING}],
247
- height=520
 
248
  ),
249
  textbox=gr.Textbox(
250
  placeholder="اكتب سؤالك هنا...",
 
244
  chat,
245
  chatbot=gr.Chatbot(
246
  value=[{"role": "assistant", "content": INITIAL_GREETING}],
247
+ height=520,
248
+ type="messages"
249
  ),
250
  textbox=gr.Textbox(
251
  placeholder="اكتب سؤالك هنا...",