Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from utils.apk_process import process_xapk, process_sign, xapk_debug
|
|
5 |
from utils.file_handling import handle_file_upload, handle_url_download
|
6 |
from utils.cleanup import cleanup_files
|
7 |
|
8 |
-
st.title("
|
9 |
|
10 |
uploaded_file = st.file_uploader("Upload APK file", type=['apk', 'xapk', 'apks'])
|
11 |
url_input = st.text_input("Or enter APK URL")
|
|
|
5 |
from utils.file_handling import handle_file_upload, handle_url_download
|
6 |
from utils.cleanup import cleanup_files
|
7 |
|
8 |
+
st.title("ANDROID APP DEBUGGING")
|
9 |
|
10 |
uploaded_file = st.file_uploader("Upload APK file", type=['apk', 'xapk', 'apks'])
|
11 |
url_input = st.text_input("Or enter APK URL")
|