Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|