Update app.py
Browse files
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 = '
|
32 |
-
password = '
|
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"):
|