Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -164,6 +164,7 @@ def start_conversation_monitor(client, index, embed_model, text_chunks):
|
|
164 |
print(f"❌ Error in convo {convo_sid} polling:", e)
|
165 |
time.sleep(5)
|
166 |
|
|
|
167 |
def monitor_all_conversations():
|
168 |
while True:
|
169 |
try:
|
|
|
164 |
print(f"❌ Error in convo {convo_sid} polling:", e)
|
165 |
time.sleep(5)
|
166 |
|
167 |
+
|
168 |
def monitor_all_conversations():
|
169 |
while True:
|
170 |
try:
|