We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc103db + 828371b commit 95218c5Copy full SHA for 95218c5
apps/dash-tsne/app.py
@@ -15,6 +15,6 @@
15
app.layout = create_layout(app)
16
demo_callbacks(app)
17
18
-# Running the server
+# Running server
19
if __name__ == "__main__":
20
app.run_server(debug=True)
apps/dash-tsne/demo.py
@@ -181,7 +181,7 @@ def create_layout(app):
181
value="mnist_3000",
182
),
183
NamedSlider(
184
- name="Number of Iterations",
+ name="Number Of Iterations",
185
short="iterations",
186
min=250,
187
max=1000,
0 commit comments