Spaces:
Sleeping
Sleeping
mikepastor11
commited on
Commit
•
78337de
1
Parent(s):
54a43de
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,9 @@ def main():
|
|
117 |
|
118 |
# load_dotenv()
|
119 |
# st.set_page_config(page_title="Pennwick PDF Analyzer", page_icon=":books:")
|
120 |
-
|
|
|
|
|
121 |
|
122 |
st.write(css, unsafe_allow_html=True)
|
123 |
|
@@ -127,7 +129,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 |
+
im = Image.open("robot_icon.png")
|
121 |
+
# st.set_page_config(page_title="My App", page_icon=im)
|
122 |
+
st.set_page_config(page_title="Pennwick PDF Analyzer", page_icon=im )
|
123 |
|
124 |
st.write(css, unsafe_allow_html=True)
|
125 |
|
|
|
129 |
st.session_state.chat_history = None
|
130 |
|
131 |
# st.header("Pennwick File Analyzer :books:")
|
132 |
+
st.header("Pennwick File Analyzer ")
|
133 |
|
134 |
user_question = st.text_input("Ask the Model a question about your uploaded documents:")
|
135 |
if user_question:
|