Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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,
|