Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -505,7 +505,7 @@ with gr.Blocks(title="Body Measurements Predictor") as demo:
|
|
| 505 |
""")
|
| 506 |
|
| 507 |
# Second Tab - Brand Size Finder (Shirts)
|
| 508 |
-
with gr.Tab("Shirt Size Finder"):
|
| 509 |
with gr.Row():
|
| 510 |
with gr.Column():
|
| 511 |
chest_input = gr.Number(
|
|
@@ -590,7 +590,7 @@ with gr.Blocks(title="Body Measurements Predictor") as demo:
|
|
| 590 |
""")
|
| 591 |
|
| 592 |
# Fourth Tab - Pants Size Finder
|
| 593 |
-
with gr.Tab("Pants Size Finder"):
|
| 594 |
with gr.Row():
|
| 595 |
with gr.Column():
|
| 596 |
pants_waist_input = gr.Number(
|
|
|
|
| 505 |
""")
|
| 506 |
|
| 507 |
# Second Tab - Brand Size Finder (Shirts)
|
| 508 |
+
with gr.Tab("Shirt Size Finder for brands"):
|
| 509 |
with gr.Row():
|
| 510 |
with gr.Column():
|
| 511 |
chest_input = gr.Number(
|
|
|
|
| 590 |
""")
|
| 591 |
|
| 592 |
# Fourth Tab - Pants Size Finder
|
| 593 |
+
with gr.Tab("Pants Size Finder for brands"):
|
| 594 |
with gr.Row():
|
| 595 |
with gr.Column():
|
| 596 |
pants_waist_input = gr.Number(
|