mikepastor11 commited on
Commit
1e0899f
1 Parent(s): 4095cfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -117,7 +117,7 @@ def main():
117
 
118
  # load_dotenv()
119
  st.set_page_config(page_title="Pennwick PDF Analyzer",
120
- page_icon=":books:")
121
 
122
  st.write(css, unsafe_allow_html=True)
123
 
@@ -126,7 +126,7 @@ def main():
126
  if "chat_history" not in st.session_state:
127
  st.session_state.chat_history = None
128
 
129
- st.header("Pennwick File Analyzer :books:")
130
 
131
  user_question = st.text_input("Ask the Model a question about your uploaded documents:")
132
  if user_question:
 
117
 
118
  # load_dotenv()
119
  st.set_page_config(page_title="Pennwick PDF Analyzer",
120
+ page_icon=":people:")
121
 
122
  st.write(css, unsafe_allow_html=True)
123
 
 
126
  if "chat_history" not in st.session_state:
127
  st.session_state.chat_history = None
128
 
129
+ st.header("Pennwick File Analyzer :people:")
130
 
131
  user_question = st.text_input("Ask the Model a question about your uploaded documents:")
132
  if user_question: