qqwjq1981 commited on
Commit
9661a98
·
verified ·
1 Parent(s): 0035686

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -949,7 +949,7 @@ async def whatsapp_webhook(request: Request):
949
 
950
  # Continue processing if the table is not empty
951
  task_analysis_txt, execution_status, execution_results = fn_process_task(project_desc_table, processed_input)
952
- update_gradio_state(task_analysis_txt, execution_status, execution_results)
953
 
954
  doc_url = 'Fail to generate doc'
955
  if 'doc_url' in execution_results:
 
949
 
950
  # Continue processing if the table is not empty
951
  task_analysis_txt, execution_status, execution_results = fn_process_task(project_desc_table, processed_input)
952
+ update_gradio_state(project_desc_table, task_analysis_txt, execution_status, execution_results)
953
 
954
  doc_url = 'Fail to generate doc'
955
  if 'doc_url' in execution_results: