Update app.py
Browse files
app.py
CHANGED
@@ -417,17 +417,6 @@ def main():
|
|
417 |
""", unsafe_allow_html=True)
|
418 |
|
419 |
st.markdown("<div class='title'><h1> Accident Analysis for City of Tempe,Arizona </h1></div>", unsafe_allow_html=True)
|
420 |
-
|
421 |
-
|
422 |
-
st.markdown("""
|
423 |
-
**Team Members:**
|
424 |
-
- Janhavi Tushar Zarapkar ([email protected])
|
425 |
-
- Hangyue Zhang ([email protected])
|
426 |
-
- Andrew Nam ([email protected])
|
427 |
-
- Nirmal Attarde ([email protected])
|
428 |
-
- Maanas Sandeep Agrawal ([email protected])
|
429 |
-
""")
|
430 |
-
|
431 |
|
432 |
st.markdown("""
|
433 |
# Introduction to the Traffic Accident Dataset
|
|
|
417 |
""", unsafe_allow_html=True)
|
418 |
|
419 |
st.markdown("<div class='title'><h1> Accident Analysis for City of Tempe,Arizona </h1></div>", unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
420 |
|
421 |
st.markdown("""
|
422 |
# Introduction to the Traffic Accident Dataset
|