Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinera
|
|
96 |
|
97 |
gr.ChatInterface(
|
98 |
fn=generate,
|
99 |
-
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True,
|
100 |
additional_inputs=additional_inputs,
|
101 |
title="😼 CatPPT by Rishiraj Acharya",
|
102 |
description="⚠️ WARNING: This Chatbot is UNCENSORED",
|
|
|
96 |
|
97 |
gr.ChatInterface(
|
98 |
fn=generate,
|
99 |
+
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, layout="bubble"),
|
100 |
additional_inputs=additional_inputs,
|
101 |
title="😼 CatPPT by Rishiraj Acharya",
|
102 |
description="⚠️ WARNING: This Chatbot is UNCENSORED",
|