Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def respond(
|
|
100 |
# -------------------------
|
101 |
|
102 |
# Create a Chatbot component with a specified height
|
103 |
-
chatbot = gr.Chatbot(height=600, show_copy_button=True, placeholder="Select a model and begin chatting", likeable=True, layout="panel") # Define the height of the chatbot interface
|
104 |
print("Chatbot interface created.")
|
105 |
|
106 |
# Create textboxes and sliders for system prompt, tokens, and other parameters
|
|
|
100 |
# -------------------------
|
101 |
|
102 |
# Create a Chatbot component with a specified height
|
103 |
+
chatbot = gr.Chatbot(height=600, show_copy_button=True, placeholder="Select a model and begin chatting", show_copy_all_button=True, likeable=True, layout="panel") # Define the height of the chatbot interface
|
104 |
print("Chatbot interface created.")
|
105 |
|
106 |
# Create textboxes and sliders for system prompt, tokens, and other parameters
|