Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,6 +71,8 @@ modelo_sentimiento = pipeline(
|
|
| 71 |
|
| 72 |
print("Modelo cargado correctamente")
|
| 73 |
|
|
|
|
|
|
|
| 74 |
# =====================================================
|
| 75 |
# CONEXIÓN A GOOGLE SHEETS
|
| 76 |
# =====================================================
|
|
@@ -183,7 +185,6 @@ def asegurar_encabezados(sheet):
|
|
| 183 |
"❌ No se pudieron verificar o agregar los encabezados: "
|
| 184 |
f"{repr(e)}"
|
| 185 |
)
|
| 186 |
-
|
| 187 |
# =====================================================
|
| 188 |
# CONSENTIMIENTO INFORMADO Y REGISTRO
|
| 189 |
# =====================================================
|
|
|
|
| 71 |
|
| 72 |
print("Modelo cargado correctamente")
|
| 73 |
|
| 74 |
+
|
| 75 |
+
|
| 76 |
# =====================================================
|
| 77 |
# CONEXIÓN A GOOGLE SHEETS
|
| 78 |
# =====================================================
|
|
|
|
| 185 |
"❌ No se pudieron verificar o agregar los encabezados: "
|
| 186 |
f"{repr(e)}"
|
| 187 |
)
|
|
|
|
| 188 |
# =====================================================
|
| 189 |
# CONSENTIMIENTO INFORMADO Y REGISTRO
|
| 190 |
# =====================================================
|