feat(base-app): Add gunicorn to dependencies
This commit is contained in:
@@ -4,5 +4,7 @@ app = Dash()
|
||||
|
||||
app.layout = [html.Div(children="Hello World")]
|
||||
|
||||
server = app.server
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
||||
|
||||
Reference in New Issue
Block a user