Chrunos commited on
Commit
c542a72
·
verified ·
1 Parent(s): 52d3852

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ def main():
28
  if st.button('Download Reel'):
29
  if url:
30
  # Instagram login credentials (remember to handle this securely)
31
- username = 's'
32
- password = 'S'
33
 
34
  # Create the directory if it doesn't exist
35
  if not os.path.exists("reels"):
 
28
  if st.button('Download Reel'):
29
  if url:
30
  # Instagram login credentials (remember to handle this securely)
31
+ username = 'chrunosc'
32
+ password = 'Chrunosc58'
33
 
34
  # Create the directory if it doesn't exist
35
  if not os.path.exists("reels"):