diff --git a/flowchart/.gitkeep b/flowcharts/.gitkeep similarity index 100% rename from flowchart/.gitkeep rename to flowcharts/.gitkeep diff --git a/requirements.txt b/requirements.txt index e69de29..81ce843 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1 @@ +from_root \ No newline at end of file diff --git a/template.py b/template.py index 7b443d1..f0f86e3 100644 --- a/template.py +++ b/template.py @@ -41,7 +41,7 @@ "templates/.gitkeep", ".dockerignore", "demo.py", - "flowchart/.gitkeep", + "flowcharts/.gitkeep", "app.py", "Dockerfile", "requirements.txt",