Spaces:
Sleeping
Sleeping
added safety disclaimer
Browse files- ui/interface_design.py +1 -1
ui/interface_design.py
CHANGED
|
@@ -61,7 +61,7 @@ def interface_init():
|
|
| 61 |
inputs=[user_input, chatbot, conversation_state, response_type, vector_db],
|
| 62 |
outputs=[chatbot, user_input, conversation_state, vector_db]
|
| 63 |
)
|
| 64 |
-
|
| 65 |
# Connect thumbs up to success message (stops chat)
|
| 66 |
thumbs_up.click(
|
| 67 |
fn=feedback_positive,
|
|
|
|
| 61 |
inputs=[user_input, chatbot, conversation_state, response_type, vector_db],
|
| 62 |
outputs=[chatbot, user_input, conversation_state, vector_db]
|
| 63 |
)
|
| 64 |
+
gr.Markdown("🚫 **Verify Information and use at your own risk!**")
|
| 65 |
# Connect thumbs up to success message (stops chat)
|
| 66 |
thumbs_up.click(
|
| 67 |
fn=feedback_positive,
|