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