MetaCortex-Dynamics commited on
Commit
e34a26b
·
verified ·
1 Parent(s): 7323aa9

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -287,6 +287,7 @@ with gr.Blocks(
287
  chatbot = gr.Chatbot(
288
  label="Axiom",
289
  height=400,
 
290
  )
291
  msg = gr.Textbox(
292
  label="Message",
 
287
  chatbot = gr.Chatbot(
288
  label="Axiom",
289
  height=400,
290
+ type="tuples",
291
  )
292
  msg = gr.Textbox(
293
  label="Message",