deepak191z commited on
Commit
b5d200a
·
verified ·
1 Parent(s): 6904683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("APK File Processor")
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")