Shrikrishna commited on
Commit
b3068d0
1 Parent(s): 03e2dd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.write(sorted_df)
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