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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ if __name__ == "__main__":
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",
76
  value=DEFAULT_BASE_COLOR, # Default to your dark color
 
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") # Removed scale=1 from gr.Markdown
74
  base_color_picker = gr.ColorPicker(
75
  label="Select Base Color for Diagram",
76
  value=DEFAULT_BASE_COLOR, # Default to your dark color