Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,7 @@ if __name__ == "__main__":
|
|
| 10 |
layout='centered')
|
| 11 |
|
| 12 |
st.markdown("<h3 style='text-align: center;'>How can I assist you?</h3>", unsafe_allow_html=True)
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
uploaded_file = st.file_uploader("Choose a file", type=["pdf", "txt"])
|
|
|
|
| 10 |
layout='centered')
|
| 11 |
|
| 12 |
st.markdown("<h3 style='text-align: center;'>How can I assist you?</h3>", unsafe_allow_html=True)
|
| 13 |
+
st.write("Upload file and ask your question")
|
| 14 |
|
| 15 |
|
| 16 |
uploaded_file = st.file_uploader("Choose a file", type=["pdf", "txt"])
|