Spaces:
Build error
Build error
CB commited on
Update streamlit_app.py
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -185,7 +185,7 @@ if st.session_state["videos"]:
|
|
| 185 |
except Exception as e:
|
| 186 |
st.error("Failed downloading the video", icon="😔")
|
| 187 |
|
| 188 |
-
st.
|
| 189 |
# --- Streamlit App ---
|
| 190 |
|
| 191 |
# Main content
|
|
|
|
| 185 |
except Exception as e:
|
| 186 |
st.error("Failed downloading the video", icon="😔")
|
| 187 |
|
| 188 |
+
st.write("**Title**:", st.session_state["videos"].split("/")[-1])
|
| 189 |
# --- Streamlit App ---
|
| 190 |
|
| 191 |
# Main content
|