Skip to content

Commit 4bc4c0a

Browse files
Merge branch 'master' into dash-wind-streaming
2 parents 7baa714 + 828371b commit 4bc4c0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/dash-tsne/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
app.layout = create_layout(app)
1616
demo_callbacks(app)
1717

18-
# Running the server
18+
# Running server
1919
if __name__ == "__main__":
2020
app.run_server(debug=True)

apps/dash-tsne/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def create_layout(app):
181181
value="mnist_3000",
182182
),
183183
NamedSlider(
184-
name="Number of Iterations",
184+
name="Number Of Iterations",
185185
short="iterations",
186186
min=250,
187187
max=1000,

0 commit comments

Comments
 (0)