coolkrishds commited on
Commit
2ec1332
·
verified ·
1 Parent(s): 7d4a1a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,8 +75,8 @@ def handle_userinput(user_question):
75
 
76
  def main():
77
  load_dotenv()
78
- # st_new.set_page_config(page_title="Chat with multiple PDFs", page_icon=":books:")
79
- st.echo("Chat with multiple PDFs")
80
  st.write(css, unsafe_allow_html=True)
81
 
82
  if "conversation" not in st.session_state:
 
75
 
76
  def main():
77
  load_dotenv()
78
+ st_new.set_page_config(page_title="Chat with multiple PDFs", page_icon=":books:")
79
+ # st.echo("Chat with multiple PDFs")
80
  st.write(css, unsafe_allow_html=True)
81
 
82
  if "conversation" not in st.session_state: