diff --git a/gui.py b/gui.py index c2e2d0b..a3e6608 100644 --- a/gui.py +++ b/gui.py @@ -278,4 +278,4 @@ pages = { app = Gui(pages=pages) app.on_init=on_init if __name__=="__main__": - app.run(use_reloader=True,port=7882)#state.imageActive2, + app.run(use_reloader=True,port=7882)#state.imageActive2, \ No newline at end of file diff --git a/templates/getmetricsvoice.html b/html/getmetricsvoice.html similarity index 100% rename from templates/getmetricsvoice.html rename to html/getmetricsvoice.html diff --git a/templates/index.html b/html/index.html similarity index 100% rename from templates/index.html rename to html/index.html