captain-awesome
commited on
Commit
•
6b80b65
1
Parent(s):
b1d9a7f
Update app.py
Browse files
app.py
CHANGED
@@ -7,4 +7,9 @@ st.title("Chat with Websites")
|
|
7 |
with st.sidebar:
|
8 |
st.header("Settings")
|
9 |
website_url = st.text_input("Website URL")
|
|
|
|
|
|
|
|
|
|
|
10 |
|
|
|
7 |
with st.sidebar:
|
8 |
st.header("Settings")
|
9 |
website_url = st.text_input("Website URL")
|
10 |
+
website_url = st.text_input("Enter your OpenAI API key")
|
11 |
+
|
12 |
+
st.chat_input("Type your message here...")
|
13 |
+
|
14 |
+
|
15 |
|