Flaskwebgui works as expected
parent
c58afa99ee
commit
c269500e8c
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
from flaskwebgui import FlaskUI
|
||||
from app import app
|
||||
|
||||
FlaskUI(app, width=1200, height=800).run()
|
||||
Loading…
Reference in New Issue