slimshadow commited on
Commit
52d3852
·
verified ·
1 Parent(s): 93bff47

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 = 'sameer.banchhor.official'
32
- password = 'Shreya.2006'
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 = 's'
32
+ password = 'S'
33
 
34
  # Create the directory if it doesn't exist
35
  if not os.path.exists("reels"):