Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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
|