Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,7 @@ def main():
|
|
12 |
# If a user has submitted the fieles, we need to call our pipeline
|
13 |
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
12 |
# If a user has submitted the fieles, we need to call our pipeline
|
13 |
|
14 |
|
15 |
+
|
16 |
+
# Calling the main function
|
17 |
+
if __name__ == "__main__":
|
18 |
+
main()
|