File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 echo $PLOTLY_GA_CODE > ~/dash-sample-apps/apps/"$APP"/assets/plotly_ga.js
103103 git add ~/dash-sample-apps/apps/"$APP"/assets/plotly_ga.js && git commit -m "Deployed commit: $CIRCLE_SHA1"
104104 git remote add $APP https://dash-gallery.plotly.host/GIT/$APP
105- git push $APP master --force
105+ git push $APP master --force || echo "Deploy failed because there is no such app on Dash Gallery: $APP. Please use the web interface to create an app with this name. Continuing deployments..."
106106 done
107107 - run :
108108 name : Push to production
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ To learn more check out our [documentation](https://dash.plot.ly).
77
88### Contributing
99
10+
1011Changes to master will get deployed automatically.
Original file line number Diff line number Diff line change 3030 justify-content : space-evenly;
3131}
3232
33+ # logo {
34+ width : 150px ;
35+ height : 30px ;
36+ padding-left : 60px ;
37+ }
38+
3339@media only screen and (max-width : 800px ) {
3440 # header {
3541 max-width : 100% ;
4248
4349 # logo {
4450 margin-bottom : 1rem ;
51+ padding-left : 0px ;
4552 }
4653
4754 # header h3 {
5057 max-width : none;
5158 }
5259
60+ # header-1 , # header-2 {
61+ font-size : 1.5rem ;
62+ }
63+
5364 # header-1 {
5465 text-align : center;
5566 }
6374 margin : 0 ;
6475 }
6576
77+ # graph-2 > div {
78+ margin-bottom : 40px ;
79+ }
80+
6681}
6782
6883
@@ -92,6 +107,3 @@ p, #header-2 {
92107 display : none;
93108}
94109
95- # logo {
96- height : 5rem ;
97- }
Original file line number Diff line number Diff line change 11cloudpickle >= 1.1.1
2- dash >= 0.42 .0
2+ dash >= 1.0 .0
33dask >= 0.17.1
44datashader >= 0.6.9
55gunicorn >= 19.9.0
You can’t perform that action at this time.
0 commit comments