usmanyousaf commited on
Commit
b5e5a00
Β·
verified Β·
1 Parent(s): d1bfba8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(