Spaces:
Runtime error
Runtime error
Commit ·
08c9450
1
Parent(s): fa0698f
feat: Update feedback component for custom input
Browse files
app.py
CHANGED
|
@@ -221,7 +221,8 @@ def create_demo():
|
|
| 221 |
choices=["Standard", "STAR"],
|
| 222 |
value=" ",
|
| 223 |
label="Select the feedback type",
|
| 224 |
-
interactive=False
|
|
|
|
| 225 |
)
|
| 226 |
|
| 227 |
chatbot = gr.Chatbot(label="""The Multimodal Chatbot will be ready once you select a mode""")
|
|
|
|
| 221 |
choices=["Standard", "STAR"],
|
| 222 |
value=" ",
|
| 223 |
label="Select the feedback type",
|
| 224 |
+
interactive=False,
|
| 225 |
+
allow_custom_value=True
|
| 226 |
)
|
| 227 |
|
| 228 |
chatbot = gr.Chatbot(label="""The Multimodal Chatbot will be ready once you select a mode""")
|