coffe emojies has been added
Browse files
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 :
|
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'])
|