hedtorresca commited on
Commit
a6fba9f
verified
1 Parent(s): 758882c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(U, A, B, C, AB, AC, BC, ABC):
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