Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,6 @@ with gr.themes.Soft(): # Apply the Soft theme
|
|
55 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|
56 |
additional_inputs=additional_inputs,
|
57 |
title="ConvoLite",
|
58 |
-
description=
|
59 |
concurrency_limit=20,
|
60 |
).launch(show_api=False,)
|
|
|
55 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|
56 |
additional_inputs=additional_inputs,
|
57 |
title="ConvoLite",
|
58 |
+
description="""Remember! The AI might give incorrect information about people, locations, history, etc..."""
|
59 |
concurrency_limit=20,
|
60 |
).launch(show_api=False,)
|