Spaces:
Runtime error
Runtime error
Update appStore/keyword_search.py
Browse files
appStore/keyword_search.py
CHANGED
@@ -75,8 +75,8 @@ def app():
|
|
75 |
)
|
76 |
|
77 |
st.markdown("")
|
78 |
-
st.markdown("")
|
79 |
-
st.markdown("## ๐ Step One: Upload document ")
|
80 |
|
81 |
with st.container():
|
82 |
#file = st.file_uploader('Upload PDF File', type=['pdf', 'docx', 'txt'])
|
|
|
75 |
)
|
76 |
|
77 |
st.markdown("")
|
78 |
+
#st.markdown("")
|
79 |
+
#st.markdown("## ๐ Step One: Upload document ")
|
80 |
|
81 |
with st.container():
|
82 |
#file = st.file_uploader('Upload PDF File', type=['pdf', 'docx', 'txt'])
|