Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
103 |
-
st.title("π±
|
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")
|