Update app.py
Browse files
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"
|
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
|