Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -332,7 +332,6 @@ with st.sidebar:
|
|
| 332 |
"Navigation",
|
| 333 |
["Data Upload", "Data Cleaning", "EDA", "Model Training", "Predictions", "PDF Analysis"],
|
| 334 |
format_func=lambda x: f"📌 {x}"
|
| 335 |
-
)
|
| 336 |
)
|
| 337 |
st.markdown("---")
|
| 338 |
st.markdown("Created by Calvin Allen-Crawford")
|
|
|
|
| 332 |
"Navigation",
|
| 333 |
["Data Upload", "Data Cleaning", "EDA", "Model Training", "Predictions", "PDF Analysis"],
|
| 334 |
format_func=lambda x: f"📌 {x}"
|
|
|
|
| 335 |
)
|
| 336 |
st.markdown("---")
|
| 337 |
st.markdown("Created by Calvin Allen-Crawford")
|