Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -140,7 +140,7 @@ additional_inputs=[
|
|
| 140 |
|
| 141 |
gr.ChatInterface(
|
| 142 |
fn=run_chat_in_all_cases,
|
| 143 |
-
chatbot=gr.Chatbot(show_label=
|
| 144 |
additional_inputs=additional_inputs,
|
| 145 |
title="Mentor Mode",
|
| 146 |
concurrency_limit=20,
|
|
|
|
| 140 |
|
| 141 |
gr.ChatInterface(
|
| 142 |
fn=run_chat_in_all_cases,
|
| 143 |
+
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|
| 144 |
additional_inputs=additional_inputs,
|
| 145 |
title="Mentor Mode",
|
| 146 |
concurrency_limit=20,
|