tstone87 commited on
Commit
0b73c23
·
verified ·
1 Parent(s): 72e648a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,8 +163,8 @@ viewer_slot = st.empty()
163
  # Example videos with synchronization
164
  st.header("Example Results")
165
  examples = [
166
- ("T Example", "T1.mp4", "T2.mp4"),
167
  ("LA Example", "LA1.mp4", "LA2.mp4")
 
168
  ]
169
  for title, orig_file, proc_file in examples:
170
  st.subheader(title)
 
163
  # Example videos with synchronization
164
  st.header("Example Results")
165
  examples = [
 
166
  ("LA Example", "LA1.mp4", "LA2.mp4")
167
+ ("T Example", "T1.mp4", "T2.mp4"),
168
  ]
169
  for title, orig_file, proc_file in examples:
170
  st.subheader(title)