Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,3 @@ def download_file():
|
|
64 |
# Bersihkan file setelah dikirim
|
65 |
if os.path.exists(file_name):
|
66 |
os.remove(file_name)
|
67 |
-
|
68 |
-
if __name__ == '__main__':
|
69 |
-
app.run(debug=False)
|
|
|
64 |
# Bersihkan file setelah dikirim
|
65 |
if os.path.exists(file_name):
|
66 |
os.remove(file_name)
|
|
|
|
|
|