Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
singhtech
/
AutoTabML
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
singhtech
commited on
Jun 9, 2024
Commit
157df43
·
verified
·
1 Parent(s):
702b8f8
Update app.py
Browse files
Change is souce code
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -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()