Upload app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ def user_input(user_question):
|
|
| 80 |
def main():
|
| 81 |
st.set_page_config("Chat PDF")
|
| 82 |
st.header("Chat with PDF using Gemini📚✨")
|
| 83 |
-
st.subheader("You can ask any
|
| 84 |
|
| 85 |
|
| 86 |
user_question = st.text_input("Start Chatting with your PDF Files")
|
|
|
|
| 80 |
def main():
|
| 81 |
st.set_page_config("Chat PDF")
|
| 82 |
st.header("Chat with PDF using Gemini📚✨")
|
| 83 |
+
st.subheader("You can ask any Questions from your PDF Files")
|
| 84 |
|
| 85 |
|
| 86 |
user_question = st.text_input("Start Chatting with your PDF Files")
|