Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ def user_input(user_question):
|
|
| 83 |
|
| 84 |
def main():
|
| 85 |
st.set_page_config("Chat PDF")
|
| 86 |
-
st.header("
|
| 87 |
|
| 88 |
user_question = st.text_input("Ask a Question from the PDF Files")
|
| 89 |
|
|
|
|
| 83 |
|
| 84 |
def main():
|
| 85 |
st.set_page_config("Chat PDF")
|
| 86 |
+
st.header("Ask your questions from the PDFs you uploaded")
|
| 87 |
|
| 88 |
user_question = st.text_input("Ask a Question from the PDF Files")
|
| 89 |
|