Update app.py
Browse files
app.py
CHANGED
|
@@ -15,4 +15,4 @@ if __name__ == '__main__':
|
|
| 15 |
unzip_file('code.zip', '.') # The '.' specifies the current directory
|
| 16 |
unzip_file('code2.zip', '.')
|
| 17 |
print('code unzipped')
|
| 18 |
-
subprocess.run(['python', '
|
|
|
|
| 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_avril2025_text_only_limited_text.py'])
|