Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def process_apk(input_path, output_dir):
|
|
| 15 |
st.title("APK File Processor")
|
| 16 |
|
| 17 |
# File upload
|
| 18 |
-
uploaded_file = st.file_uploader("Upload APK file", type=
|
| 19 |
|
| 20 |
# URL upload
|
| 21 |
url_input = st.text_input("Or enter APK URL")
|
|
|
|
| 15 |
st.title("APK File Processor")
|
| 16 |
|
| 17 |
# File upload
|
| 18 |
+
uploaded_file = st.file_uploader("Upload APK file", type=['apk', 'xapk', 'apks'])
|
| 19 |
|
| 20 |
# URL upload
|
| 21 |
url_input = st.text_input("Or enter APK URL")
|