Skip to content

Commit

Permalink
redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
miketerp committed Aug 13, 2021
1 parent 5f5d151 commit be2bc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dash-web-trader/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
app = dash.Dash(
__name__, meta_tags=[{"name": "viewport", "content": "width=device-width"}],
)

app.title = "FOREX Web Trader"

server = app.server
Expand Down Expand Up @@ -1479,4 +1480,3 @@ def update_news_div(n):

if __name__ == "__main__":
app.run_server(debug=True)

0 comments on commit be2bc5f

Please sign in to comment.