Skip to content

Commit c781d53

Browse files
committed
Updated requirements to most recent versions of pandas, plotly, and dash. Turned of debug mode and set app.run.
1 parent ffbcad8 commit c781d53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dashboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,4 @@ def update_display(n_clicks, jsonified_data, subspecies, view, sex, hybrid, num_
334334
style = {'color': 'MidnightBlue'})
335335

336336
if __name__ == '__main__':
337-
app.run_server(debug=True)
337+
app.run()

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pandas==2.0.0
2-
plotly==5.14.1
3-
dash==2.9.3
1+
pandas==2.0.3
2+
plotly==5.15.0
3+
dash==2.11.1

0 commit comments

Comments
 (0)