nesticot commited on
Commit
479b8bc
·
verified ·
1 Parent(s): 1d1eba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ main_ui = ui.page_sidebar(
209
 
210
  # Row for the action button to generate plot
211
  ui.row(ui.input_action_button("generate_plot", "Generate Plot", class_="btn-primary"))
212
- ,width='600px'),
213
 
214
  # Main content area with tabs (placed directly in page_sidebar)
215
  ui.navset_tab(
 
209
 
210
  # Row for the action button to generate plot
211
  ui.row(ui.input_action_button("generate_plot", "Generate Plot", class_="btn-primary"))
212
+ ,width='500px'),
213
 
214
  # Main content area with tabs (placed directly in page_sidebar)
215
  ui.navset_tab(