artifacts2025 commited on
Commit
4602a5c
·
verified ·
1 Parent(s): b8d44d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -376,8 +376,8 @@ def update_main_content(data):
376
  if not data or "data_df" not in data or len(data["data_df"]) == 0:
377
  return html.Div([
378
  html.Div("📊", style={"fontSize": "3rem", "marginBottom": "20px"}),
379
- html.H3("No Data Available", style={"color": "#666", "marginBottom": "10px"}),
380
- html.P("Please click the 'Load Data' button above to get data.",
381
  style={"color": "#888", "fontSize": "1rem"})
382
  ], style={
383
  "textAlign": "center",
 
376
  if not data or "data_df" not in data or len(data["data_df"]) == 0:
377
  return html.Div([
378
  html.Div("📊", style={"fontSize": "3rem", "marginBottom": "20px"}),
379
+ html.H3("Please click the 'Load Data' button above to get data.", style={"color": "#666", "marginBottom": "10px"}),
380
+ html.P("Loading may take a few seconds. If the data does not appear, please click ‘Load Data’ again.",
381
  style={"color": "#888", "fontSize": "1rem"})
382
  ], style={
383
  "textAlign": "center",