shwetashweta05 commited on
Commit
53b1eaf
·
verified ·
1 Parent(s): 5f711c5

Update pages/How to handle Videos.py

Browse files
Files changed (1) hide show
  1. pages/How to handle Videos.py +1 -1
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(r"C:\Users\Singh\Downloads\han_sign")
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("""