singhtech commited on
Commit
157df43
·
verified ·
1 Parent(s): 702b8f8

Update app.py

Browse files

Change is souce code

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -411,5 +411,5 @@ def create_tasks(func_call,user_question,file_name, data_upload, df, suggestion,
411
 
412
  return tasks
413
 
414
-
415
- main()
 
411
 
412
  return tasks
413
 
414
+ if __name__ == "__main__":
415
+ main()