xiezhe22 commited on
Commit
4af46a8
·
1 Parent(s): e9e935d
Files changed (1) hide show
  1. app.py +1 -1
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