Nazhar commited on
Commit
aa92301
·
verified ·
1 Parent(s): 0829042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,7 +70,7 @@ col1.image("kitty.png")
70
  # st.image("chotu.jpg", width=150)
71
  col2.title("Stock Analysis Dashboard")
72
  # Load data
73
- data_file_path = r"C:\Niki\Study\MSDS\AI Challenge\technicalRecommendation.csv" # Update this with your file path
74
  data = pd.read_csv(data_file_path)
75
 
76
  # Convert 'Date' column to datetime format
@@ -246,7 +246,7 @@ with news_analysis:
246
  st.header("News Analysis")
247
 
248
  # Load data
249
- data_file_path = r"C:\Niki\Study\MSDS\AI Challenge\Events_SameDay.csv" # Update this with your file path
250
  events = pd.read_csv(data_file_path)
251
 
252
  # Convert 'Date' column to datetime format
 
70
  # st.image("chotu.jpg", width=150)
71
  col2.title("Stock Analysis Dashboard")
72
  # Load data
73
+ data_file_path = r"technicalRecommendation.csv" # Update this with your file path
74
  data = pd.read_csv(data_file_path)
75
 
76
  # Convert 'Date' column to datetime format
 
246
  st.header("News Analysis")
247
 
248
  # Load data
249
+ data_file_path = r"Events_SameDay.csv" # Update this with your file path
250
  events = pd.read_csv(data_file_path)
251
 
252
  # Convert 'Date' column to datetime format