greencatted Aaleia commited on
Commit
bfeae76
1 Parent(s): 1fd356b

Update app.py (#1)

Browse files

- Update app.py (27a05631e58d9de04ce136da7db5bb23c4bef1b1)


Co-authored-by: Aaleia <Aaleia@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ t1.subheader('Sample of First 100 Incidents from March 2024')
32
  t1.dataframe(sample_data, use_container_width=True)
33
 
34
  st.header("Analysis")
35
- st.write("At least one major visualization of an insight we gained from exploring and analyzing the data.")
36
 
37
 
38
  selected = st.slider("Choose a row:", 0, sample_data.shape[0]-1, 0)
 
32
  t1.dataframe(sample_data, use_container_width=True)
33
 
34
  st.header("Analysis")
35
+ st.write("A visualization of an insight we gained from exploring and analyzing the data.")
36
 
37
 
38
  selected = st.slider("Choose a row:", 0, sample_data.shape[0]-1, 0)