Skip to content

Commit 6878ebd

Browse files
committed
221227b
1 parent 2053820 commit 6878ebd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

31_introduccion_a_plotly_y_dash.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
"\n",
550550
"\n",
551551
"if __name__ == '__main__':\n",
552-
" app.run_server(debug=True, port=8080, host=\"0.0.0.0\")\n",
552+
" app.run_server(debug=True, port=8000, host=\"0.0.0.0\")\n",
553553
"```"
554554
]
555555
},
@@ -559,7 +559,7 @@
559559
"metadata": {},
560560
"outputs": [],
561561
"source": [
562-
"%run src/31/hola_mundo.py"
562+
"%run src/31/callback.py"
563563
]
564564
},
565565
{

src/31/callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def update_output_div(input_value):
2323

2424

2525
if __name__ == '__main__':
26-
app.run_server(debug=True, port=8080, host="0.0.0.0")
26+
app.run_server(debug=True, port=8000, host="0.0.0.0")

0 commit comments

Comments
 (0)