ceejaytheanalyst commited on
Commit
d529f5a
·
verified ·
1 Parent(s): c4db698

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def main():
70
  if not user_input.strip(): # Check if input is empty or contains only whitespace
71
  st.error("Input box cannot be empty.")
72
  elif validate_input(user_input):
73
- st.warning("Please input correct description containing only letters and numbers, or letters only.")
74
  else:
75
  st.write("Please wait for a moment .... ")
76
  # Call backend function to get mapping results
 
70
  if not user_input.strip(): # Check if input is empty or contains only whitespace
71
  st.error("Input box cannot be empty.")
72
  elif validate_input(user_input):
73
+ st.warning("Please input correct description .")
74
  else:
75
  st.write("Please wait for a moment .... ")
76
  # Call backend function to get mapping results