Spaces:
Running
Running
Update app.py
Browse files
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("
|
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 |
|