Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 176 |
-
|
| 177 |
-
|
| 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(
|