acecalisto3 commited on
Commit
fcca4f2
·
verified ·
1 Parent(s): 4b93ba5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -381,7 +381,7 @@ with gr.Blocks() as iface:
381
  iface.launch()
382
  '''
383
  with gr.Blocks() as iface:
384
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, super_intelligence=True, layout="panel")
385
  msg = gr.Textbox()
386
  with gr.Row():
387
  submit_b = gr.Button()
 
381
  iface.launch()
382
  '''
383
  with gr.Blocks() as iface:
384
+ chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel")
385
  msg = gr.Textbox()
386
  with gr.Row():
387
  submit_b = gr.Button()