Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ def main():
|
|
| 71 |
st.session_state.chat_history = []
|
| 72 |
|
| 73 |
with st.sidebar:
|
| 74 |
-
|
| 75 |
st.title("Menu:")
|
| 76 |
pdf_docs = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button", accept_multiple_files=True)
|
| 77 |
if st.button("Submit & Process"):
|
|
|
|
| 71 |
st.session_state.chat_history = []
|
| 72 |
|
| 73 |
with st.sidebar:
|
| 74 |
+
#st.image("pic123.png")
|
| 75 |
st.title("Menu:")
|
| 76 |
pdf_docs = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button", accept_multiple_files=True)
|
| 77 |
if st.button("Submit & Process"):
|