SelmaNajih001 commited on
Commit
3bb4b91
·
verified ·
1 Parent(s): e6f35c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 df_display, fig_strat, fig_price
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 = """