timeki commited on
Commit
7d9ec3d
1 Parent(s): 27a9af5

Add notification message to inform users about input logging

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -339,6 +339,10 @@ Hello, I am ClimateQ&A, a conversational assistant designed to help you understa
339
  ⚠️ Limitations
340
  *Please note that the AI is not perfect and may sometimes give irrelevant answers. If you are not satisfied with the answer, please ask a more specific question or report your feedback to help us improve the system.*
341
 
 
 
 
 
342
  What do you want to learn ?
343
  """
344
 
 
339
  ⚠️ Limitations
340
  *Please note that the AI is not perfect and may sometimes give irrelevant answers. If you are not satisfied with the answer, please ask a more specific question or report your feedback to help us improve the system.*
341
 
342
+ 🛈 Information
343
+ Please note that we log your questions for meta-analysis purposes, so avoid sharing any sensitive or personal information.
344
+
345
+
346
  What do you want to learn ?
347
  """
348