Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def user_input(user_question, api_key):
|
|
| 64 |
|
| 65 |
def main():
|
| 66 |
st.set_page_config(page_title="Chat PDF", page_icon="")
|
| 67 |
-
st.header("
|
| 68 |
st.markdown("---")
|
| 69 |
|
| 70 |
# Initialize session state
|
|
|
|
| 64 |
|
| 65 |
def main():
|
| 66 |
st.set_page_config(page_title="Chat PDF", page_icon="")
|
| 67 |
+
st.header("Retrieval-Augmented Generation - Gemini 2.0")
|
| 68 |
st.markdown("---")
|
| 69 |
|
| 70 |
# Initialize session state
|