Spaces:
Sleeping
Sleeping
app.py
Browse files
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="
|
| 6 |
|
| 7 |
-
st.title("
|
| 8 |
-
st.caption("Chat with
|
| 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 = "
|
| 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:
|