Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ def user_input(user_question):
|
|
| 84 |
|
| 85 |
def main():
|
| 86 |
st.set_page_config("Chat PDF")
|
| 87 |
-
st.header("Chat with PDF
|
| 88 |
|
| 89 |
user_question = st.text_input("Ask a Question from the PDF Files")
|
| 90 |
|
|
|
|
| 84 |
|
| 85 |
def main():
|
| 86 |
st.set_page_config("Chat PDF")
|
| 87 |
+
st.header("Chat with PDF")
|
| 88 |
|
| 89 |
user_question = st.text_input("Ask a Question from the PDF Files")
|
| 90 |
|