Udpdate
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ def initialize_interface():
|
|
| 184 |
label="Select a Column to Visualize"
|
| 185 |
)
|
| 186 |
|
| 187 |
-
message = "Using default time series"
|
| 188 |
|
| 189 |
return plot, message, dropdown, True # Set use_default to True on initialization
|
| 190 |
|
|
|
|
| 184 |
label="Select a Column to Visualize"
|
| 185 |
)
|
| 186 |
|
| 187 |
+
message = "Using default time series (TS1 and TS2). Please select a time series from the dropdown box above for visualization."
|
| 188 |
|
| 189 |
return plot, message, dropdown, True # Set use_default to True on initialization
|
| 190 |
|