Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -383,6 +383,7 @@ def main():
|
|
| 383 |
|
| 384 |
st.markdown('<h1 class="main-title">Motion Capture Studio</h1>', unsafe_allow_html=True)
|
| 385 |
st.markdown('<p class="subtitle">Convert videos to BVH with AI</p>', unsafe_allow_html=True)
|
|
|
|
| 386 |
|
| 387 |
api = setup_kaggle_api()
|
| 388 |
drive_service = setup_drive_service()
|
|
|
|
| 383 |
|
| 384 |
st.markdown('<h1 class="main-title">Motion Capture Studio</h1>', unsafe_allow_html=True)
|
| 385 |
st.markdown('<p class="subtitle">Convert videos to BVH with AI</p>', unsafe_allow_html=True)
|
| 386 |
+
st.markdown('<p class="section-title">(Note: Every Body part should be visible correctly and face should not be covered)</p>', unsafe_allow_html=True)
|
| 387 |
|
| 388 |
api = setup_kaggle_api()
|
| 389 |
drive_service = setup_drive_service()
|