Added Disclaimer
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def submit_feedback(current_model, conversation_id, *slider_values):
|
|
151 |
with gr.Blocks() as demo:
|
152 |
gr.Markdown("""
|
153 |
# LLM Case Study: Multi-Model Chat Comparison
|
154 |
-
Start a conversation. After finishing, you can provide feedback and start a new conversation.
|
155 |
""")
|
156 |
|
157 |
history_state = gr.BrowserState([]) # persists across page refreshes
|
|
|
151 |
with gr.Blocks() as demo:
|
152 |
gr.Markdown("""
|
153 |
# LLM Case Study: Multi-Model Chat Comparison
|
154 |
+
Start a conversation. After finishing, you can provide feedback and start a new conversation. By Using the app you accept that your interactions and feedback will be logged and used for research purposes. Please don't share any personal, sensitive, or confidential information.
|
155 |
""")
|
156 |
|
157 |
history_state = gr.BrowserState([]) # persists across page refreshes
|