Shrikrishna commited on
Commit
63d4583
·
1 Parent(s): e0e8f7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ if st.button('Analyze'):
19
  df = pdr.get_data_yahoo(use_input, start)
20
 
21
  #describing data
22
- st.subheader('Data From 2010-2023')
23
- st.write(df.describe())
24
 
25
  #maps
26
 
 
19
  df = pdr.get_data_yahoo(use_input, start)
20
 
21
  #describing data
22
+ st.subheader("Data from year 2005 to till date:")
23
+ st.write(df)
24
 
25
  #maps
26