Ctaake commited on
Commit
9f3546e
·
verified ·
1 Parent(s): a540898

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ myChatbot = gr.Chatbot(avatar_images=["./ava_m.png", "./avatar_franzi.jpg"],
103
  bubble_full_width=False,
104
  show_label=False,
105
  show_copy_button=False,
106
- likeable=False)
107
 
108
  myTextInput = gr.Textbox(lines=2,
109
  max_lines=2,
 
103
  bubble_full_width=False,
104
  show_label=False,
105
  show_copy_button=False,
106
+ likeable=True)
107
 
108
  myTextInput = gr.Textbox(lines=2,
109
  max_lines=2,