Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from scrape import scrape_website, extract_body_content, clean_body_content, spl
|
|
| 3 |
from parse import parse_with_groq
|
| 4 |
|
| 5 |
# Streamlit UI with sidebar
|
| 6 |
-
st.set_page_config(page_title="AI Web Scraping App", page_icon="π")
|
| 7 |
|
| 8 |
st.sidebar.title("π Model Selection")
|
| 9 |
selected_model = st.sidebar.selectbox(
|
|
|
|
| 3 |
from parse import parse_with_groq
|
| 4 |
|
| 5 |
# Streamlit UI with sidebar
|
| 6 |
+
st.set_page_config(page_title="AI Web Scraping App,", page_icon="π")
|
| 7 |
|
| 8 |
st.sidebar.title("π Model Selection")
|
| 9 |
selected_model = st.sidebar.selectbox(
|