Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -11
src/streamlit_app.py
CHANGED
@@ -4,17 +4,6 @@ import pandas as pd
|
|
4 |
import streamlit as st
|
5 |
import os
|
6 |
|
7 |
-
"""
|
8 |
-
# Welcome to Streamlit!
|
9 |
-
|
10 |
-
Edit `/streamlit_app.py` to customize this app to your heart's desire :heart:.
|
11 |
-
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|
12 |
-
forums](https://discuss.streamlit.io).
|
13 |
-
|
14 |
-
In the meantime, below is an example of what you can do with just a few lines of code:
|
15 |
-
"""
|
16 |
-
|
17 |
-
|
18 |
# Set your video directory here
|
19 |
VIDEO_FOLDER = "./src/synthda_falling_realreal/"
|
20 |
|
|
|
4 |
import streamlit as st
|
5 |
import os
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
# Set your video directory here
|
8 |
VIDEO_FOLDER = "./src/synthda_falling_realreal/"
|
9 |
|