shukdevdatta123 commited on
Commit
7c788f4
·
verified ·
1 Parent(s): 03dc23c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -185,6 +185,15 @@ body {
185
  border-bottom: 2px solid var(--primary-color);
186
  padding-bottom: 10px;
187
  }
 
 
 
 
 
 
 
 
 
188
  .image-upload-container {
189
  border: 2px dashed var(--secondary-color);
190
  border-radius: var(--border-radius);
@@ -406,7 +415,7 @@ with gr.Blocks(css=custom_css) as app:
406
  visible=False
407
  )
408
 
409
- gr.HTML('<h3 class="section-header">Recipe Preferences</h3>')
410
  with gr.Row():
411
  num_recipes = gr.Slider(
412
  minimum=1,
 
185
  border-bottom: 2px solid var(--primary-color);
186
  padding-bottom: 10px;
187
  }
188
+ .section-header2 {
189
+ font-size: 1.6em;
190
+ font-weight: 600;
191
+ color: var(--text-color);
192
+ margin-bottom: 20px;
193
+ margin-top: 20px;
194
+ border-bottom: 2px solid var(--primary-color);
195
+ padding-bottom: 10px;
196
+ }
197
  .image-upload-container {
198
  border: 2px dashed var(--secondary-color);
199
  border-radius: var(--border-radius);
 
415
  visible=False
416
  )
417
 
418
+ gr.HTML('<h3 class="section-header2">Recipe Preferences</h3>')
419
  with gr.Row():
420
  num_recipes = gr.Slider(
421
  minimum=1,