AbderrahmanSkiredj1 commited on
Commit
22c5782
·
verified ·
1 Parent(s): 5bc4017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,5 +13,6 @@ if __name__ == '__main__':
13
  run_fetch()
14
  print('code fetched')
15
  unzip_file('code.zip', '.') # The '.' specifies the current directory
 
16
  print('code unzipped')
17
- subprocess.run(['python', 'code_tashkeel_to_deploy/tashkeel_app_nov2024_text_only.py'])
 
13
  run_fetch()
14
  print('code fetched')
15
  unzip_file('code.zip', '.') # The '.' specifies the current directory
16
+ unzip_file('code2.zip', '.')
17
  print('code unzipped')
18
+ subprocess.run(['python', 'tashkeel_app_dec2024_text_only.py'])