Update app.py
Browse files
app.py
CHANGED
|
@@ -222,8 +222,8 @@ def show_company_data(selected_companies, aggregation="Day"):
|
|
| 222 |
hovermode="x unified"
|
| 223 |
)
|
| 224 |
|
| 225 |
-
df_display = pd.concat(dfs_display, ignore_index=True) if dfs_display else pd.DataFrame()
|
| 226 |
-
return
|
| 227 |
|
| 228 |
# --- Gradio Interface ---
|
| 229 |
description_text = """
|
|
|
|
| 222 |
hovermode="x unified"
|
| 223 |
)
|
| 224 |
|
| 225 |
+
#df_display = pd.concat(dfs_display, ignore_index=True) if dfs_display else pd.DataFrame()
|
| 226 |
+
return fig_strat, fig_price
|
| 227 |
|
| 228 |
# --- Gradio Interface ---
|
| 229 |
description_text = """
|