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