kostissz commited on
Commit
458a299
·
unverified ·
1 Parent(s): ff71374

Update error message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def load_model(
74
  else:
75
  yield (
76
  None,
77
- "️️⚠️ Please select or fill at least and only one of the three options above",
78
  )
79
  if not language:
80
  yield None, "⚠️ Please select a language from the dropdown"
 
74
  else:
75
  yield (
76
  None,
77
+ "️️⚠️ Please select or fill at least and only one of the options above",
78
  )
79
  if not language:
80
  yield None, "⚠️ Please select a language from the dropdown"