Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def handle_userinput(user_question):
|
|
60 |
def main():
|
61 |
st.set_page_config(page_title="Chat with your design book PDFs", page_icon=":books:")
|
62 |
|
63 |
-
st.write(css, unsafe_allow_html=True)
|
64 |
|
65 |
if "conversation" not in st.session_state:
|
66 |
st.session_state.conversation = None
|
|
|
60 |
def main():
|
61 |
st.set_page_config(page_title="Chat with your design book PDFs", page_icon=":books:")
|
62 |
|
63 |
+
#st.write(css, unsafe_allow_html=True)
|
64 |
|
65 |
if "conversation" not in st.session_state:
|
66 |
st.session_state.conversation = None
|