Atsatoru commited on
Commit
c06101c
·
verified ·
1 Parent(s): 4c30178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1383,9 +1383,7 @@ def process_chat_pro(audio, text, history, persona="thuong"):
1383
  result = ai_process_pro(query, use_memory=True)
1384
 
1385
  # Format response
1386
- response = f"""**🏛️ AI HÀNH CHÍNH CÔNG VIP PRO**
1387
-
1388
- **📋 Tình huống:** `{result['situation']}`
1389
 
1390
  {result['response']}
1391
 
 
1383
  result = ai_process_pro(query, use_memory=True)
1384
 
1385
  # Format response
1386
+ response = f"""
 
 
1387
 
1388
  {result['response']}
1389