simran0608 commited on
Commit
eb889b0
·
verified ·
1 Parent(s): fe235df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: