Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from scraper import scrape_website, split_dom_content, clean_body_content, extract_body_content
|
3 |
from parse import parse
|
4 |
-
from
|
5 |
|
6 |
st.title("AI Web Scraper")
|
7 |
url = st.text_input("Enter a Website URL")
|
|
|
1 |
import streamlit as st
|
2 |
from scraper import scrape_website, split_dom_content, clean_body_content, extract_body_content
|
3 |
from parse import parse
|
4 |
+
from Data import markdown_to_csv
|
5 |
|
6 |
st.title("AI Web Scraper")
|
7 |
url = st.text_input("Enter a Website URL")
|