Update pages/How to handle Videos.py
Browse files
pages/How to handle Videos.py
CHANGED
@@ -321,7 +321,7 @@ st.write("**Code Explanation**")
|
|
321 |
st.write(":blue[**1. Create a Directory**]")
|
322 |
code="""
|
323 |
import os
|
324 |
-
os.makedirs(
|
325 |
"""
|
326 |
st.code(code,language="python")
|
327 |
st.write("""
|
|
|
321 |
st.write(":blue[**1. Create a Directory**]")
|
322 |
code="""
|
323 |
import os
|
324 |
+
os.makedirs("/home/user/han_sign)
|
325 |
"""
|
326 |
st.code(code,language="python")
|
327 |
st.write("""
|