Update app.py
Browse files
app.py
CHANGED
|
@@ -69,9 +69,5 @@ def main():
|
|
| 69 |
else:
|
| 70 |
st.warning("Please enter some text to check.")
|
| 71 |
|
| 72 |
-
#
|
| 73 |
-
|
| 74 |
-
main()
|
| 75 |
-
else:
|
| 76 |
-
# For Streamlit, just call main directly
|
| 77 |
-
main()
|
|
|
|
| 69 |
else:
|
| 70 |
st.warning("Please enter some text to check.")
|
| 71 |
|
| 72 |
+
# Only define functions, don't execute anything
|
| 73 |
+
# Streamlit will automatically run the script when it's ready
|
|
|
|
|
|
|
|
|
|
|
|