Spaces:
Sleeping
Sleeping
Update streamlit_app.py
Browse files- streamlit_app.py +2 -1
streamlit_app.py
CHANGED
|
@@ -269,4 +269,5 @@ if ready_to_diagnose:
|
|
| 269 |
|
| 270 |
finally:
|
| 271 |
if os.path.exists(temp_path):
|
| 272 |
-
os.remove(temp_path)
|
|
|
|
|
|
| 269 |
|
| 270 |
finally:
|
| 271 |
if os.path.exists(temp_path):
|
| 272 |
+
os.remove(temp_path)
|
| 273 |
+
|