Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 or facts. We are not responsible for you actions!"
|
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,)
|