nesticot commited on
Commit
8892bc7
·
verified ·
1 Parent(s): f85aab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -139,6 +139,7 @@ app_ui = ui.page_sidebar(
139
 
140
  # Row for the action button to generate plot
141
  ui.row(ui.input_action_button("generate_plot", "Generate Plot", class_="btn-primary")),
 
142
  ),
143
 
144
  # Main content area with tabs (placed directly in page_sidebar)
 
139
 
140
  # Row for the action button to generate plot
141
  ui.row(ui.input_action_button("generate_plot", "Generate Plot", class_="btn-primary")),
142
+ width="400px" # Added this parameter to control sidebar width
143
  ),
144
 
145
  # Main content area with tabs (placed directly in page_sidebar)