Sai004 commited on
Commit
c433a0f
·
1 Parent(s): 871948e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -245,8 +245,6 @@ def get_links(user_input):
245
 
246
 
247
  def validation(user_input):
248
- if len(user_input)<3 :
249
- return "invalid"
250
  user_words = set(user_input.lower().split())
251
  if any(word not in stop_words for word in user_words):
252
  return "valid"
 
245
 
246
 
247
  def validation(user_input):
 
 
248
  user_words = set(user_input.lower().split())
249
  if any(word not in stop_words for word in user_words):
250
  return "valid"