nagasurendra commited on
Commit
59da224
·
verified ·
1 Parent(s): 0b3dc45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -337,6 +337,8 @@ def app():
337
  value="All",
338
  label="Choose a Preference",
339
  )
 
 
340
 
341
  # Output area for menu items
342
  menu_output = gr.HTML(value=filter_menu("All"))
 
337
  value="All",
338
  label="Choose a Preference",
339
  )
340
+ # Empty div box with 300px height
341
+ empty_div = gr.HTML('<div style="height: 100px;"></div>')
342
 
343
  # Output area for menu items
344
  menu_output = gr.HTML(value=filter_menu("All"))