masadonline commited on
Commit
2b4ca69
·
verified ·
1 Parent(s): 21b792e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -256,8 +256,5 @@ if __name__ == "__main__":
256
  else:
257
  client = Client(account_sid, auth_token)
258
  print(f"client: {client}")
259
- print(f"index: {index}")
260
- print(f"model: {model}")
261
- print(f"chunks: {chunks}")
262
  start_conversation_monitor(client, index, model, chunks)
263
  st.info("✅ Bot is now monitoring Twilio conversations.")
 
256
  else:
257
  client = Client(account_sid, auth_token)
258
  print(f"client: {client}")
 
 
 
259
  start_conversation_monitor(client, index, model, chunks)
260
  st.info("✅ Bot is now monitoring Twilio conversations.")