captain-awesome commited on
Commit
b0d0303
1 Parent(s): 4c8c217

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ st.set_page_config(page_title= "Chat with websites", page_icon="🤖")
4
 
5
  st.title("Chat with websites")
6
 
7
- with st.sitebar:
8
  st.header("Settings")
9
  website_url = st.text_input("Website URL")
10
 
 
4
 
5
  st.title("Chat with websites")
6
 
7
+ with st.sidebar:
8
  st.header("Settings")
9
  website_url = st.text_input("Website URL")
10