alexkueck commited on
Commit
ce55266
1 Parent(s): 0daec98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -560,7 +560,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
560
  with gr.Row():
561
  with gr.Column(scale=5):
562
  with gr.Row():
563
- #chatbot = gr.Chatbot(elem_id="li-chat",)
564
  with gr.Row():
565
  with gr.Column(scale=12):
566
  user_input = gr.Textbox(
 
560
  with gr.Row():
561
  with gr.Column(scale=5):
562
  with gr.Row():
563
+ chatbot = gr.Image()#Chatbot(elem_id="li-chat",)
564
  with gr.Row():
565
  with gr.Column(scale=12):
566
  user_input = gr.Textbox(