Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@ agent = get_agent()
|
|
24 |
|
25 |
# Streamlit app
|
26 |
st.title("Appointment Booking Bot")
|
|
|
27 |
|
28 |
# Initialize chat history
|
29 |
if "messages" not in st.session_state:
|
|
|
24 |
|
25 |
# Streamlit app
|
26 |
st.title("Appointment Booking Bot")
|
27 |
+
st.write("**NOTE:** Currently the slots are getting booked/reshedule/delete in Google Calender in the specific account whose credentials are provided.")
|
28 |
|
29 |
# Initialize chat history
|
30 |
if "messages" not in st.session_state:
|