rachman commited on
Commit
8ffb75a
·
1 Parent(s): 3029fc2
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -7,9 +7,7 @@ from src import get_vectorstore_from_url,get_response
7
  st.set_page_config(page_title="Chat with websites", page_icon="asset/alien_008.jpg")
8
  st.title("Chat with websites")
9
 
10
- # sidebar
11
 
12
- st.header("Chat With Website")
13
  website_url = st.text_input("Website URL",
14
  placeholder='https://en.wikipedia.org/wiki/Artificial_intelligence')
15
 
 
7
  st.set_page_config(page_title="Chat with websites", page_icon="asset/alien_008.jpg")
8
  st.title("Chat with websites")
9
 
 
10
 
 
11
  website_url = st.text_input("Website URL",
12
  placeholder='https://en.wikipedia.org/wiki/Artificial_intelligence')
13