mikepastor11 commited on
Commit
54a43de
1 Parent(s): 3ff5e5b

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", page_icon=":books:")
120
- st.set_page_config(page_title="Pennwick PDF Analyzer")
121
 
122
  st.write(css, unsafe_allow_html=True)
123
 
@@ -127,7 +127,7 @@ def main():
127
  st.session_state.chat_history = None
128
 
129
  # st.header("Pennwick File Analyzer :books:")
130
- st.header("Pennwick File Analyzer")
131
 
132
  user_question = st.text_input("Ask the Model a question about your uploaded documents:")
133
  if user_question:
 
117
 
118
  # load_dotenv()
119
  # st.set_page_config(page_title="Pennwick PDF Analyzer", page_icon=":books:")
120
+ st.set_page_config(page_title="Pennwick PDF Analyzer", page_icon=":globe:" )
121
 
122
  st.write(css, unsafe_allow_html=True)
123
 
 
127
  st.session_state.chat_history = None
128
 
129
  # st.header("Pennwick File Analyzer :books:")
130
+ st.header("Pennwick File Analyzer :globe: ")
131
 
132
  user_question = st.text_input("Ask the Model a question about your uploaded documents:")
133
  if user_question: