masadonline commited on
Commit
451cc18
Β·
verified Β·
1 Parent(s): 4388ea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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 – Al-Powered WhatsApp Chatbot", layout="wide")
277
- st.title("πŸ“± Quasa – Al-Powered WhatsApp Chatbot")
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")