masadonline commited on
Commit
3c7dca6
Β·
verified Β·
1 Parent(s): 1718c82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ def send_twilio_message(account_sid, auth_token, conversation_sid, body):
99
  return str(e)
100
 
101
  # --- Streamlit UI ---
102
- st.set_page_config(page_title="SMEHelpBot – WhatsApp Integration", layout="wide")
103
- st.title("πŸ“± SMEHelpBot + WhatsApp (via Twilio)")
104
 
105
  # Load from Hugging Face secrets
106
  account_sid = st.secrets.get("TWILIO_SID")
 
99
  return str(e)
100
 
101
  # --- Streamlit UI ---
102
+ st.set_page_config(page_title="Quasa – A Smart WhatsApp Chatbot", layout="wide")
103
+ st.title("πŸ“± Quasa – A Smart WhatsApp Chatbot")
104
 
105
  # Load from Hugging Face secrets
106
  account_sid = st.secrets.get("TWILIO_SID")