Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ def handle_userinput(user_question, rag):
|
|
169 |
# Main function
|
170 |
def main():
|
171 |
|
172 |
-
st.set_page_config(page_title="Chat with multiple
|
173 |
st.write(css, unsafe_allow_html=True)
|
174 |
|
175 |
# Initialize session state variables
|
@@ -180,7 +180,7 @@ def main():
|
|
180 |
|
181 |
# Streamlit app layout
|
182 |
st.header("Chat with multiple PDFs :books:")
|
183 |
-
user_question = st.text_input("Ask a question about your
|
184 |
if user_question:
|
185 |
# Load and index data only once
|
186 |
if "document_store" not in st.session_state:
|
|
|
169 |
# Main function
|
170 |
def main():
|
171 |
|
172 |
+
st.set_page_config(page_title="Chat with multiple WebSites", page_icon=":books:")
|
173 |
st.write(css, unsafe_allow_html=True)
|
174 |
|
175 |
# Initialize session state variables
|
|
|
180 |
|
181 |
# Streamlit app layout
|
182 |
st.header("Chat with multiple PDFs :books:")
|
183 |
+
user_question = st.text_input("Ask a question about your websites:")
|
184 |
if user_question:
|
185 |
# Load and index data only once
|
186 |
if "document_store" not in st.session_state:
|