Spaces:
Runtime error
Runtime error
Commit ·
90cb5d9
1
Parent(s): 03be683
refactor: Feedback API integration and UI improvements
Browse files
app.py
CHANGED
|
@@ -223,7 +223,7 @@ def create_demo():
|
|
| 223 |
interactive=False
|
| 224 |
)
|
| 225 |
|
| 226 |
-
chatbot = gr.Chatbot(
|
| 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")
|