Nymbo commited on
Commit
6a987ca
·
verified ·
1 Parent(s): ad258d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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