Update app.py
Browse files
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='
|
| 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(
|