Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def export_conversation_to_pdf(conversation_history):
|
|
| 102 |
# --------- Main App ---------
|
| 103 |
def main():
|
| 104 |
st.set_page_config(page_title="Gemini 2.0 Flash Chat Q&A", layout="wide")
|
| 105 |
-
st.title("\U0001F4C4 Team 18
|
| 106 |
|
| 107 |
if "conversation" not in st.session_state:
|
| 108 |
st.session_state.conversation = []
|
|
|
|
| 102 |
# --------- Main App ---------
|
| 103 |
def main():
|
| 104 |
st.set_page_config(page_title="Gemini 2.0 Flash Chat Q&A", layout="wide")
|
| 105 |
+
st.title("\U0001F4C4 Team 18 Prototype with Document Support and Internet Search")
|
| 106 |
|
| 107 |
if "conversation" not in st.session_state:
|
| 108 |
st.session_state.conversation = []
|