barbara-multimodal commited on
Commit
90cb5d9
·
1 Parent(s): 03be683

refactor: Feedback API integration and UI improvements

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ def create_demo():
223
  interactive=False
224
  )
225
 
226
- chatbot = gr.Chatbot(type='tuples', label="""The Multimodal Chatbot will be ready once you select a mode""")
227
  feedback_box = gr.Textbox(label="Conversation turn feedback", placeholder="If the conversation is not complete, feedback for each turn will be displayed here", interactive=False)
228
 
229
  msg = gr.Textbox(label="Type your answer here")
 
223
  interactive=False
224
  )
225
 
226
+ chatbot = gr.Chatbot(label="""The Multimodal Chatbot will be ready once you select a mode""")
227
  feedback_box = gr.Textbox(label="Conversation turn feedback", placeholder="If the conversation is not complete, feedback for each turn will be displayed here", interactive=False)
228
 
229
  msg = gr.Textbox(label="Type your answer here")