Spaces:
Configuration error
Configuration error
Upload 2 files
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ class AnalizadorAjedrez:
|
|
| 166 |
|
| 167 |
def generar_reporte(self, blancas, negras, resultado):
|
| 168 |
if not self.datos_jugadas:
|
| 169 |
-
|
| 170 |
|
| 171 |
**El archivo PGN está corrupto o tiene formato inválido.**
|
| 172 |
|
|
|
|
| 166 |
|
| 167 |
def generar_reporte(self, blancas, negras, resultado):
|
| 168 |
if not self.datos_jugadas:
|
| 169 |
+
reporte = """## ❌ PGN NO ANALIZABLE
|
| 170 |
|
| 171 |
**El archivo PGN está corrupto o tiene formato inválido.**
|
| 172 |
|