Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- .gitattributes +1 -0
- app.py +3 -0
- img.jpg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
img.jpg filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -88,6 +88,9 @@ def main():
|
|
| 88 |
user_input(user_question)
|
| 89 |
|
| 90 |
with st.sidebar:
|
|
|
|
|
|
|
|
|
|
| 91 |
st.title("Menu:")
|
| 92 |
pdf_docs = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button", accept_multiple_files=True)
|
| 93 |
if st.button("Submit & Process"):
|
|
|
|
| 88 |
user_input(user_question)
|
| 89 |
|
| 90 |
with st.sidebar:
|
| 91 |
+
st.image("img/img.jpg")
|
| 92 |
+
st.write("---")
|
| 93 |
+
|
| 94 |
st.title("Menu:")
|
| 95 |
pdf_docs = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button", accept_multiple_files=True)
|
| 96 |
if st.button("Submit & Process"):
|
img.jpg
ADDED
|
Git LFS Details
|