Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def save_as_txt(conversation):
|
|
76 |
st.markdown(f"Download [TXT](./{txt_filename})")
|
77 |
|
78 |
def main():
|
79 |
-
st.markdown('<h1>Ask anything from
|
80 |
st.markdown("<h2>Upload documents</h2>", unsafe_allow_html=True)
|
81 |
uploaded_files = st.file_uploader("Upload one or more documents", type=['pdf', 'docx'], accept_multiple_files=True)
|
82 |
question = st.text_input("Ask a question based on the documents", key="question_input")
|
|
|
76 |
st.markdown(f"Download [TXT](./{txt_filename})")
|
77 |
|
78 |
def main():
|
79 |
+
st.markdown('<h1>Ask anything from Texts</h1><p style="font-size: 12; color: gray;"></p>', unsafe_allow_html=True)
|
80 |
st.markdown("<h2>Upload documents</h2>", unsafe_allow_html=True)
|
81 |
uploaded_files = st.file_uploader("Upload one or more documents", type=['pdf', 'docx'], accept_multiple_files=True)
|
82 |
question = st.text_input("Ask a question based on the documents", key="question_input")
|