Nedimark commited on
Commit
45ef7d8
·
verified ·
1 Parent(s): 89723c8

Added Disclaimer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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