ppsingh commited on
Commit
2d8172e
1 Parent(s): cb1b1d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -1
app.py CHANGED
@@ -271,7 +271,21 @@ with gr.Blocks(title="Audit Q&A", theme=theme,elem_id = "main-component") as dem
271
  with gr.Row():
272
  with gr.Column(scale=1):
273
  gr.Markdown("See more info at [https://www.oag.go.ug/](https://www.oag.go.ug/welcome)")
274
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
275
 
276
  def start_chat(query,history):
277
  history = history + [(query,None)]
 
271
  with gr.Row():
272
  with gr.Column(scale=1):
273
  gr.Markdown("See more info at [https://www.oag.go.ug/](https://www.oag.go.ug/welcome)")
274
+
275
+ with gr.Tab("Disclaimer",elem_classes = "max-height other-tabs"):
276
+ with gr.Row():
277
+ with gr.Column(scale=1):
278
+ gr.Markdown("""
279
+ - This chatbot is intended for specific use of answering the questions based on audit reports published by OAG, for any use beyond this scope we have no liability to response provided by chatbot.
280
+ - We do not guarantee the accuracy, reliability, or completeness of any information provided by the chatbot and disclaim any liability or responsibility for actions taken based on its responses.
281
+ - The chatbot may occasionally provide inaccurate or inappropriate responses, and it is important to exercise judgment and critical thinking when interpreting its output.
282
+ - The chatbot responses should not be considered professional or authoritative advice and are generated based on patterns in the data it has been trained on.
283
+ - The chatbot's responses do not reflect the opinions or policies of our organization or its affiliates.
284
+ - Any personal or sensitive information shared with the chatbot is at the user's own risk, and we cannot guarantee complete privacy or confidentiality.
285
+ - the chatbot is not deterministic, so there might be change in answer to same question when asked by different users or multiple times.
286
+ - By using this chatbot, you agree to these terms and acknowledge that you are solely responsible for any reliance on or actions taken based on its responses.
287
+ - This is just a prototype and being tested and worked upon, so its 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.
288
+ """)
289
 
290
  def start_chat(query,history):
291
  history = history + [(query,None)]