red1xe commited on
Commit
234ded3
·
1 Parent(s): ed54e4f

coffe emojies has been added

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def main():
84
  if "chat_history" not in st.session_state:
85
  st.session_state.chat_history = None
86
 
87
- st.header('Java Copilot :Coffe:')
88
  st.subheader('Upload your PDF file and start chatting with it!')
89
  user_question = st.text_input('Enter your message here:')
90
  pdf_file = st.file_uploader("Upload PDF", type=['pdf'])
 
84
  if "chat_history" not in st.session_state:
85
  st.session_state.chat_history = None
86
 
87
+ st.header('Java Copilot :coffee:')
88
  st.subheader('Upload your PDF file and start chatting with it!')
89
  user_question = st.text_input('Enter your message here:')
90
  pdf_file = st.file_uploader("Upload PDF", type=['pdf'])