Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,7 +130,7 @@ def draw_venn(A, B, C, AB, AC, BC, ABC, U):
|
|
| 130 |
image = Image.open(img)
|
| 131 |
return image
|
| 132 |
|
| 133 |
-
def main(
|
| 134 |
errors = validate_inputs(A, B, C, AB, AC, BC, ABC, U)
|
| 135 |
if errors:
|
| 136 |
return {"Errores de validaci贸n": errors}, None, None
|
|
|
|
| 130 |
image = Image.open(img)
|
| 131 |
return image
|
| 132 |
|
| 133 |
+
def main(A, B, C, AB, AC, BC, ABC, U):
|
| 134 |
errors = validate_inputs(A, B, C, AB, AC, BC, ABC, U)
|
| 135 |
if errors:
|
| 136 |
return {"Errores de validaci贸n": errors}, None, None
|