IAMTFRMZA commited on
Commit
f8401f8
·
verified ·
1 Parent(s): 4060393
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
2
  from openai import OpenAI
3
  import time
4
 
5
- st.set_page_config(page_title="Schlager ContractAI")
6
 
7
- st.title("Schlager ContractAI")
8
- st.caption("Chat with your contract or manage meeting minutes")
9
 
10
  # Sidebar for API Key input
11
  with st.sidebar:
@@ -17,7 +17,7 @@ else:
17
  st.error("Please enter your C2 Group of Technologies Access Key to continue.")
18
  st.stop()
19
 
20
- ASSISTANT_ID = "asst_rd9h8PfYuOmHbkvOF3RTmVfn"
21
 
22
  # Initialize session state for chat history
23
  if "messages" not in st.session_state:
 
2
  from openai import OpenAI
3
  import time
4
 
5
+ st.set_page_config(page_title="Carfind.co.za Ai Assistant")
6
 
7
+ st.title("Carfind.co.za Ai Assistant")
8
+ st.caption("Chat with Carfind.co.za and Find your Next Car Fast")
9
 
10
  # Sidebar for API Key input
11
  with st.sidebar:
 
17
  st.error("Please enter your C2 Group of Technologies Access Key to continue.")
18
  st.stop()
19
 
20
+ ASSISTANT_ID = "asst_5gQR21fOsmHil11FGBzEArA7"
21
 
22
  # Initialize session state for chat history
23
  if "messages" not in st.session_state: