Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -318,4 +318,4 @@ if video_file is not None:
|
|
| 318 |
st.error(f"An error occurred during video processing: {e}")
|
| 319 |
|
| 320 |
# Footer
|
| 321 |
-
st.markdown("<div class='footer'>Developed by Your Name | © 2024 Golf Swing Analyzer</div>", unsafe_allow_html=True)
|
|
|
|
| 318 |
st.error(f"An error occurred during video processing: {e}")
|
| 319 |
|
| 320 |
# Footer
|
| 321 |
+
st.markdown("<div class='footer'>Developed by Your Name | © 2024 Golf Swing Analyzer</div>", unsafe_allow_html=True)
|