Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ def export_conversation_to_pdf(conversation_history):
|
|
| 83 |
# --------- Main App ---------
|
| 84 |
def main():
|
| 85 |
st.set_page_config(page_title="Gemini 2.5 Pro Chat Q&A", layout="wide")
|
| 86 |
-
st.title("📄 Chat with Your Documents
|
| 87 |
|
| 88 |
if "conversation" not in st.session_state:
|
| 89 |
st.session_state.conversation = []
|
|
|
|
| 83 |
# --------- Main App ---------
|
| 84 |
def main():
|
| 85 |
st.set_page_config(page_title="Gemini 2.5 Pro Chat Q&A", layout="wide")
|
| 86 |
+
st.title("📄 Chat with Your Documents leveraging Internet Using Gemini 2.5 (Sayandip+Dhiraj+Fazal)")
|
| 87 |
|
| 88 |
if "conversation" not in st.session_state:
|
| 89 |
st.session_state.conversation = []
|