amanpreet7 commited on
Commit
f1b121c
·
verified ·
1 Parent(s): 93c9d81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()