usmanyousaf commited on
Commit
bc37cf0
Β·
verified Β·
1 Parent(s): e635abc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ if st.button("Scrape Website"):
45
  if "dom_content" in st.session_state:
46
  parse_description = st.text_area("Describe what you want to parse πŸ“")
47
 
48
- if st.button("Parse Content"):
49
  if parse_description:
50
  st.write(f"πŸ€– Parsing the content with {selected_model}...")
51
 
 
45
  if "dom_content" in st.session_state:
46
  parse_description = st.text_area("Describe what you want to parse πŸ“")
47
 
48
+ if st.button("Submit βœ… "):
49
  if parse_description:
50
  st.write(f"πŸ€– Parsing the content with {selected_model}...")
51