Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ def install_node_and_apk_mitm():
|
|
12 |
# os.system("sudo apt-get install -y nodejs")
|
13 |
|
14 |
# Install apk-mitm
|
15 |
-
|
16 |
-
|
17 |
|
18 |
# Function to process APK file
|
19 |
def process_apk(file_path, output_path):
|
|
|
12 |
# os.system("sudo apt-get install -y nodejs")
|
13 |
|
14 |
# Install apk-mitm
|
15 |
+
st.write("Installing apk-mitm...")
|
16 |
+
# os.system("npm install -g apk-mitm")
|
17 |
|
18 |
# Function to process APK file
|
19 |
def process_apk(file_path, output_path):
|