TanishqO0F commited on
Commit
5dcc927
1 Parent(s): 896d8f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import plotly.express as px
7
  from datetime import datetime, timedelta
8
 
9
  # Load the Excel file with company names and symbols
10
- file_path = '/Top 2000 Valued Companies with Ticker Symbols.xlsx'
11
  companies_df = pd.read_excel(file_path)
12
 
13
  # Function to get stock symbol for a company name
 
7
  from datetime import datetime, timedelta
8
 
9
  # Load the Excel file with company names and symbols
10
+ file_path = '/home/user/app/Top 2000 Valued Companies with Ticker Symbols.xlsx'
11
  companies_df = pd.read_excel(file_path)
12
 
13
  # Function to get stock symbol for a company name