Spaces:
Running
on
T4
Running
on
T4
change container width param
Browse files
pages/Multimodal_Conversational_Search.py
CHANGED
@@ -467,7 +467,7 @@ with st.sidebar:
|
|
467 |
st.markdown("<span style = 'color:#FF9900;'>Covid19 impacts</span> - How many aged above 85 years died due to covid ?",unsafe_allow_html=True)
|
468 |
|
469 |
|
470 |
-
st.subheader(":blue[Your multi-modal documents]")
|
471 |
# pdf_doc_ = st.file_uploader(
|
472 |
# "Upload your PDFs here and click on 'Process'", accept_multiple_files=False)
|
473 |
|
|
|
467 |
st.markdown("<span style = 'color:#FF9900;'>Covid19 impacts</span> - How many aged above 85 years died due to covid ?",unsafe_allow_html=True)
|
468 |
|
469 |
|
470 |
+
#st.subheader(":blue[Your multi-modal documents]")
|
471 |
# pdf_doc_ = st.file_uploader(
|
472 |
# "Upload your PDFs here and click on 'Process'", accept_multiple_files=False)
|
473 |
|