christyx commited on
Commit
e69dc93
·
1 Parent(s): e2fdb4b

first commit of app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ st.write("this is my first app")
152
 
153
  # User Input fields
154
  user_prompt = st.text_area("Enter your search query:", "I have just been on an international flight, can I come back home to hold my 1-month-old newborn?")
155
- url_to_check = st.text_input("https://www.mayoclinic.org/healthy-lifestyle/infant-and-toddler-health/expert-answers/air-travel-with-infant/faq-20058539")
156
 
157
  # Run validation when the button is clicked
158
  if st.button("Validate URL"):
 
152
 
153
  # User Input fields
154
  user_prompt = st.text_area("Enter your search query:", "I have just been on an international flight, can I come back home to hold my 1-month-old newborn?")
155
+ url_to_check = st.text_input("Enter the URL to validate:", "https://www.mayoclinic.org/healthy-lifestyle/infant-and-toddler-health/expert-answers/air-travel-with-infant/faq-20058539")
156
 
157
  # Run validation when the button is clicked
158
  if st.button("Validate URL"):