Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from collections import deque
|
|
6 |
from prediction import Predict
|
7 |
|
8 |
downld=Download()
|
|
|
9 |
|
10 |
st.title("Human Action Recognization [DL]")
|
11 |
with st.expander("Details", expanded=False):
|
|
|
6 |
from prediction import Predict
|
7 |
|
8 |
downld=Download()
|
9 |
+
st.snow()
|
10 |
|
11 |
st.title("Human Action Recognization [DL]")
|
12 |
with st.expander("Details", expanded=False):
|