Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
#Backup
|
2 |
import os
|
3 |
import time
|
4 |
import threading
|
@@ -273,8 +272,8 @@ def start_conversation_monitor(client, index, embed_model, text_chunks):
|
|
273 |
|
274 |
|
275 |
# --- Streamlit UI ---
|
276 |
-
st.set_page_config(page_title="Quasa β
|
277 |
-
st.title("π± Quasa β
|
278 |
|
279 |
account_sid = st.secrets.get("TWILIO_SID")
|
280 |
auth_token = st.secrets.get("TWILIO_TOKEN")
|
|
|
|
|
1 |
import os
|
2 |
import time
|
3 |
import threading
|
|
|
272 |
|
273 |
|
274 |
# --- Streamlit UI ---
|
275 |
+
st.set_page_config(page_title="Quasa β AI Powered WhatsApp Chatbot", layout="wide")
|
276 |
+
st.title("π± Quasa β AI Powered WhatsApp Chatbot")
|
277 |
|
278 |
account_sid = st.secrets.get("TWILIO_SID")
|
279 |
auth_token = st.secrets.get("TWILIO_TOKEN")
|