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