ysharma HF staff commited on
Commit
29a138d
1 Parent(s): 373f61d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -167,8 +167,8 @@ css = """
167
  """
168
 
169
  # Create chatbot components
170
- chat_beta = gr.Chatbot(label="zephyr-7b-beta")
171
- chat_alpha = gr.Chatbot(label="zephyr-7b-alpha")
172
 
173
  # Create input and button components
174
  textbox = gr.Textbox(container=False,
 
167
  """
168
 
169
  # Create chatbot components
170
+ chat_beta = gr.Chatbot(label="zephyr-7b-beta", layout='panel')
171
+ chat_alpha = gr.Chatbot(label="zephyr-7b-alpha", layout='panel')
172
 
173
  # Create input and button components
174
  textbox = gr.Textbox(container=False,