Update app.py
Browse filesespero solución
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from streamlit_folium import st_folium
|
|
| 9 |
import os, sys
|
| 10 |
import traceback
|
| 11 |
|
| 12 |
-
print(">>> Ejecutando archivo:", os.path.abspath(
|
| 13 |
print("Python ejecutado:", sys.executable)
|
| 14 |
|
| 15 |
# Cargar shapes.txt manteniendo la precisión
|
|
|
|
| 9 |
import os, sys
|
| 10 |
import traceback
|
| 11 |
|
| 12 |
+
print(">>> Ejecutando archivo:", os.path.abspath(__file__))
|
| 13 |
print("Python ejecutado:", sys.executable)
|
| 14 |
|
| 15 |
# Cargar shapes.txt manteniendo la precisión
|