Nechba commited on
Commit
c0318d5
·
verified ·
1 Parent(s): 5d311f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 PDFs", page_icon=":books:")
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 documents:")
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: