Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ gr.ChatInterface(
|
|
99 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble"),
|
100 |
additional_inputs=additional_inputs,
|
101 |
title="πΌ CatPPT by Rishiraj Acharya",
|
102 |
-
description="This Chatbot is
|
103 |
examples=examples,
|
104 |
concurrency_limit=20,
|
105 |
).launch(show_api=False)
|
|
|
99 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble"),
|
100 |
additional_inputs=additional_inputs,
|
101 |
title="πΌ CatPPT by Rishiraj Acharya",
|
102 |
+
description="β οΈ WARNING: This Chatbot is UNCENSORED",
|
103 |
examples=examples,
|
104 |
concurrency_limit=20,
|
105 |
).launch(show_api=False)
|