Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -299,7 +299,7 @@ activ_df.head()
|
|
| 299 |
# Create a vertical radio button group
|
| 300 |
list_dropdown = pn.widgets.RadioButtonGroup(
|
| 301 |
name="Select Data on X axis",
|
| 302 |
-
options=["
|
| 303 |
description="select data type to calculate stock for!",
|
| 304 |
button_style='outline'
|
| 305 |
)
|
|
|
|
| 299 |
# Create a vertical radio button group
|
| 300 |
list_dropdown = pn.widgets.RadioButtonGroup(
|
| 301 |
name="Select Data on X axis",
|
| 302 |
+
options=["Responsible Staff", "Date", "Month", "Time", "Category", "Item ID" , "Weekday"],
|
| 303 |
description="select data type to calculate stock for!",
|
| 304 |
button_style='outline'
|
| 305 |
)
|