Update app.py
Browse files
app.py
CHANGED
|
@@ -559,11 +559,9 @@ body {
|
|
| 559 |
padding-bottom: 10px;
|
| 560 |
}
|
| 561 |
.image-upload-container {
|
| 562 |
-
border: 2px dashed rgba(44, 120, 108, 0.4);
|
| 563 |
padding: 40px;
|
| 564 |
text-align: center;
|
| 565 |
-
background-color:
|
| 566 |
-
border-radius: 8px;
|
| 567 |
transition: all 0.3s ease;
|
| 568 |
}
|
| 569 |
.image-upload-container:hover {
|
|
@@ -766,7 +764,7 @@ with gr.Blocks(css=custom_css) as app:
|
|
| 766 |
visible=False
|
| 767 |
)
|
| 768 |
|
| 769 |
-
gr.HTML('<h3 class="section-header2">Recipe Preferences</h3>')
|
| 770 |
with gr.Row():
|
| 771 |
num_recipes = gr.Slider(
|
| 772 |
minimum=1,
|
|
|
|
| 559 |
padding-bottom: 10px;
|
| 560 |
}
|
| 561 |
.image-upload-container {
|
|
|
|
| 562 |
padding: 40px;
|
| 563 |
text-align: center;
|
| 564 |
+
background-color: white;
|
|
|
|
| 565 |
transition: all 0.3s ease;
|
| 566 |
}
|
| 567 |
.image-upload-container:hover {
|
|
|
|
| 764 |
visible=False
|
| 765 |
)
|
| 766 |
|
| 767 |
+
gr.HTML('<br><br><h3 class="section-header2">Recipe Preferences</h3>')
|
| 768 |
with gr.Row():
|
| 769 |
num_recipes = gr.Slider(
|
| 770 |
minimum=1,
|