gracexf commited on
Commit
eeb640d
·
verified ·
1 Parent(s): b3350c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -172,10 +172,10 @@ with gr.Blocks(theme=custom_theme) as chatbot:
172
  )
173
  with gr.Row(scale=3):
174
  with gr.Column(scale=1):
175
- with gr.Row():
176
- level = gr.Dropdown(choices =
177
- ["Small", "Medium", "Large"], label="Dog Size", info="What is your dog's size?"
178
- )
179
 
180
  with gr.Column(scale=4):
181
  gr.ChatInterface(
 
172
  )
173
  with gr.Row(scale=3):
174
  with gr.Column(scale=1):
175
+ with gr.Row():
176
+ level = gr.Dropdown(choices =
177
+ ["Small", "Medium", "Large"], label="Dog Size", info="What is your dog's size?"
178
+ )
179
 
180
  with gr.Column(scale=4):
181
  gr.ChatInterface(