We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7baa714 + 828371b commit 4bc4c0aCopy full SHA for 4bc4c0a
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