ZahirJS commited on
Commit
6c02a8f
·
verified ·
1 Parent(s): e7fa4b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ if __name__ == "__main__":
69
  )
70
 
71
  # Global Color Picker - Repositioned and simplified layout
72
- with gr.Row(variant="panel", mobile_collapse=False, equal_height=True): # Ensure it doesn't collapse on mobile and maintains height
73
  gr.Markdown("### Main Diagram Color", scale=1) # Use scale directly on Markdown
74
  base_color_picker = gr.ColorPicker(
75
  label="Select Base Color for Diagram",
 
69
  )
70
 
71
  # Global Color Picker - Repositioned and simplified layout
72
+ with gr.Row(variant="panel", equal_height=True): # Removed mobile_collapse=False
73
  gr.Markdown("### Main Diagram Color", scale=1) # Use scale directly on Markdown
74
  base_color_picker = gr.ColorPicker(
75
  label="Select Base Color for Diagram",