new changes
Browse files
app.py
CHANGED
@@ -16,4 +16,6 @@ m = mega.login(mega_user_name,mega_password)
|
|
16 |
print("MEGA Username:", mega_user_name)
|
17 |
print("MEGA Password:", mega_password)
|
18 |
|
|
|
|
|
19 |
demo.launch()
|
|
|
16 |
print("MEGA Username:", mega_user_name)
|
17 |
print("MEGA Password:", mega_password)
|
18 |
|
19 |
+
folder = m.find('orpheus_data')
|
20 |
+
m.upload('requirements.txt', folder[0])
|
21 |
demo.launch()
|