Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 380 |
-
html.P("
|
| 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",
|