Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -356,8 +356,8 @@ with st.sidebar:
|
|
356 |
format_func=lambda x: f"📌 {x}"
|
357 |
)
|
358 |
st.markdown("---")
|
359 |
-
st.markdown("Created by
|
360 |
-
st.markdown("v1.
|
361 |
|
362 |
# --------------------------
|
363 |
# Main App Pages
|
|
|
356 |
format_func=lambda x: f"📌 {x}"
|
357 |
)
|
358 |
st.markdown("---")
|
359 |
+
st.markdown("Created by Calvin Allen-Crawford")
|
360 |
+
st.markdown("v1.0 | © 2025")
|
361 |
|
362 |
# --------------------------
|
363 |
# Main App Pages
|