evelynsaltt commited on
Commit
7d28bf6
·
verified ·
1 Parent(s): f4bfc01

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -9,8 +9,8 @@ st.set_page_config(layout="wide")
9
 
10
  # Title and description (centered)
11
  st.markdown("""
12
- <h1 style="text-align: center;">AutoSynthDa Pose Interpolation Viewer</h1>
13
- <h3 style="text-align: center;">AutoSynthDa Interpolation Viewer</h3>
14
  <p style="text-align: center;">
15
  AutoSynthDa blends two input motion videos to <strong>generate kinematically coherent, synthetic action videos</strong>.<br>
16
  Use the slider below to explore how the system interpolates motion from one video to another.<br>
 
9
 
10
  # Title and description (centered)
11
  st.markdown("""
12
+ <h1 style="text-align: center;">Project SynthDa</h1>
13
+ <h3 style="text-align: center;">SynthDa Interpolation Demo Viewer</h3>
14
  <p style="text-align: center;">
15
  AutoSynthDa blends two input motion videos to <strong>generate kinematically coherent, synthetic action videos</strong>.<br>
16
  Use the slider below to explore how the system interpolates motion from one video to another.<br>