Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,8 @@ def append_to_transcript(thread_id, role, message):
|
|
29 |
|
30 |
# Streamlit UI setup
|
31 |
st.set_page_config(page_title="Carfind.co.za AI Assistant", layout="wide")
|
32 |
-
st.markdown("<h1 style='text-align: center;'
|
33 |
-
st.caption("Chat with Carfind.co.za
|
34 |
|
35 |
st.markdown("""
|
36 |
<style>
|
|
|
29 |
|
30 |
# Streamlit UI setup
|
31 |
st.set_page_config(page_title="Carfind.co.za AI Assistant", layout="wide")
|
32 |
+
st.markdown("<h1 style='text-align: center;'></h1>", unsafe_allow_html=True)
|
33 |
+
st.caption("To start a Chat with Carfind.co.za say Hi")
|
34 |
|
35 |
st.markdown("""
|
36 |
<style>
|