Spaces:
Running
on
Zero
Running
on
Zero
Update breed_recommendation.py
Browse files- breed_recommendation.py +1 -1
breed_recommendation.py
CHANGED
@@ -37,7 +37,7 @@ def create_recommendation_tab(UserPreferences, get_breed_recommendations, format
|
|
37 |
</div>
|
38 |
""")
|
39 |
|
40 |
-
|
41 |
with gr.Column():
|
42 |
living_space = gr.Radio(
|
43 |
choices=["apartment", "house_small", "house_large"],
|
|
|
37 |
</div>
|
38 |
""")
|
39 |
|
40 |
+
with gr.Row():
|
41 |
with gr.Column():
|
42 |
living_space = gr.Radio(
|
43 |
choices=["apartment", "house_small", "house_large"],
|