salomonsky commited on
Commit
ffce18d
1 Parent(s): 74f5cb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def generate(
51
 
52
  chat_interface = gr.ChatInterface(
53
  fn=generate,
54
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=False, likeable=False, layout="vertical", height=700),
55
  concurrency_limit=9,
56
  theme="soft",
57
  retry_btn=None,
 
51
 
52
  chat_interface = gr.ChatInterface(
53
  fn=generate,
54
+ chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=False, layout="vertical", height=700),
55
  concurrency_limit=9,
56
  theme="soft",
57
  retry_btn=None,