rengaraj commited on
Commit
4395135
1 Parent(s): 24bc0d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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