GuglielmoTor commited on
Commit
8ed4e34
·
verified ·
1 Parent(s): 29d17df

Update ui_generators.py

Browse files
Files changed (1) hide show
  1. ui_generators.py +1 -1
ui_generators.py CHANGED
@@ -381,7 +381,7 @@ def build_analytics_tab_plot_area(plot_configs):
381
  # The component is created once and its visibility is controlled elsewhere.
382
  last_rendered_section = current_section_name
383
 
384
- with gr.Row(equal_height=False): # Row for one or two plots. equal_height=False allows plots to define their height.
385
  # --- Process the first plot in the row (config1) ---
386
  config1 = plot_configs[idx]
387
  # Safety check for section consistency (should always pass if configs are ordered by section)
 
381
  # The component is created once and its visibility is controlled elsewhere.
382
  last_rendered_section = current_section_name
383
 
384
+ with gr.Row(equal_height=True): # Row for one or two plots. equal_height=False allows plots to define their height.
385
  # --- Process the first plot in the row (config1) ---
386
  config1 = plot_configs[idx]
387
  # Safety check for section consistency (should always pass if configs are ordered by section)