Spaces:
Runtime error
Runtime error
Commit
·
63d4583
1
Parent(s):
e0e8f7f
Update app.py
Browse files
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(
|
23 |
-
st.write(df
|
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 |
|