Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ additional_inputs=[
|
|
86 |
interactive=True,
|
87 |
info="Penalize repeated tokens",
|
88 |
),
|
89 |
-
|
90 |
|
91 |
]
|
92 |
|
|
|
86 |
interactive=True,
|
87 |
info="Penalize repeated tokens",
|
88 |
),
|
89 |
+
gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel")
|
90 |
|
91 |
]
|
92 |
|