AjithBharadwaj commited on
Commit
cabb3eb
Β·
1 Parent(s): 043ab52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ DATA_URL = (
9
  "Motor_Vehicle_Collisions_-_Crashes.csv"
10
  )
11
 
12
- st.title("Motor Vehicle Collisions in New York City")
13
  st.markdown("This application is a Streamlit dashboard that can be used "
14
  "to analyze motor vehicle collisions in NYC πŸ—½πŸ’₯πŸš—")
15
 
 
9
  "Motor_Vehicle_Collisions_-_Crashes.csv"
10
  )
11
 
12
+ st.title(" Motor Vehicle Collisions in New York City ")
13
  st.markdown("This application is a Streamlit dashboard that can be used "
14
  "to analyze motor vehicle collisions in NYC πŸ—½πŸ’₯πŸš—")
15