airworkx commited on
Commit
120ec22
·
verified ·
1 Parent(s): 960900d

Update app.py

Browse files

Updated version to Gemini-Pro 1.0

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,15 +8,15 @@ from utils import SAFETY_SETTTINGS
8
 
9
 
10
  st.set_page_config(
11
- page_title="Gemini-Pro Chat 1.0",
12
  page_icon="🔥",
13
  menu_items={
14
  'About': "# Forked from https://github.com/hiliuxg/geminichat"
15
  }
16
  )
17
 
18
- st.title("Gemini-Pro Chat 1.0")
19
- st.caption("Chatbot, powered by Google Gemini Pro 1.0.")
20
 
21
 
22
  if "app_key" not in st.session_state:
 
8
 
9
 
10
  st.set_page_config(
11
+ page_title="Gemini-Pro 1.0 Chat",
12
  page_icon="🔥",
13
  menu_items={
14
  'About': "# Forked from https://github.com/hiliuxg/geminichat"
15
  }
16
  )
17
 
18
+ st.title("Gemini-Pro 1.0 Chat")
19
+ st.caption("Chatbot, powered by Google Gemini-Pro 1.0.")
20
 
21
 
22
  if "app_key" not in st.session_state: