vericudebuget commited on
Commit
f9555d3
·
verified ·
1 Parent(s): 1e3869c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ gr.ChatInterface(
58
  chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
59
  additional_inputs=additional_inputs,
60
  title="ConvoLite",
61
- description= Remember! The AI might give incorect information about people, locations, history, etc...
62
  concurrency_limit=20,
63
 
64
  ).launch(show_api=False,)
 
58
  chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
59
  additional_inputs=additional_inputs,
60
  title="ConvoLite",
61
+ description= "Remember! The AI might give incorect information or facts. We are not responsible for you actions!"
62
  concurrency_limit=20,
63
 
64
  ).launch(show_api=False,)