Spaces:
Runtime error
Runtime error
Shrikrishna
commited on
Commit
•
b3068d0
1
Parent(s):
03e2dd8
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ if st.button('Analyze'):
|
|
21 |
|
22 |
#describing data
|
23 |
st.subheader("Data from year 2005 to till date:")
|
24 |
-
st.
|
25 |
|
26 |
#maps
|
27 |
|
|
|
21 |
|
22 |
#describing data
|
23 |
st.subheader("Data from year 2005 to till date:")
|
24 |
+
st.dataframe(sorted_df,use_container_width=True)
|
25 |
|
26 |
#maps
|
27 |
|