Tim Seufert commited on
Commit
eae5b8f
·
1 Parent(s): 24fa1f4

chatwindow_design_update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def respond(message, image, chat_history):
70
  import time
71
  import gradio as gr
72
 
73
- demo = gr.ChatInterface(
74
  chatbot = gr.Chatbot()
75
  msg = gr.Textbox
76
  flagging_mode="manual",
 
70
  import time
71
  import gradio as gr
72
 
73
+ demo = gr.ChatInterface()
74
  chatbot = gr.Chatbot()
75
  msg = gr.Textbox
76
  flagging_mode="manual",