rishiraj commited on
Commit
2acb416
1 Parent(s): 8a44886

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, likeable=True, layout="bubble"),
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",