Sayandip commited on
Commit
f557cbf
·
verified ·
1 Parent(s): 02bdb32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Comprehensive Prototype")
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 = []