Spaces:
Runtime error
Runtime error
Commit ·
b8ee1a5
1
Parent(s): b46ae21
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ st.title('🤖 AI Assistance For Website')
|
|
| 21 |
|
| 22 |
# Sidebar to capture the API keys
|
| 23 |
st.sidebar.title("🗝️")
|
| 24 |
-
st.session_state['Website_URL']= st.sidebar.text_input("Input the Website URL you want to Query against?"
|
| 25 |
st.session_state['HuggingFace_API_Key']= st.sidebar.text_input("What's your HuggingFace API key?",type="password")
|
| 26 |
st.session_state['Pinecone_Index']= st.sidebar.text_input("What's your Pinecone Index?")
|
| 27 |
st.session_state['Pinecone_ENV']= st.sidebar.text_input("What's your Pinecone Environment?")
|
|
|
|
| 21 |
|
| 22 |
# Sidebar to capture the API keys
|
| 23 |
st.sidebar.title("🗝️")
|
| 24 |
+
st.session_state['Website_URL']= st.sidebar.text_input("Input the Website URL you want to Query against?")
|
| 25 |
st.session_state['HuggingFace_API_Key']= st.sidebar.text_input("What's your HuggingFace API key?",type="password")
|
| 26 |
st.session_state['Pinecone_Index']= st.sidebar.text_input("What's your Pinecone Index?")
|
| 27 |
st.session_state['Pinecone_ENV']= st.sidebar.text_input("What's your Pinecone Environment?")
|