Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ chart_placeholder = right_column.empty()
|
|
163 |
|
164 |
markdonw_position = right_column.markdown(f"```\n{positions_text}\n```")
|
165 |
|
166 |
-
animation_speed =
|
167 |
|
168 |
|
169 |
# Placeholder for displaying additional data below the chart.
|
|
|
163 |
|
164 |
markdonw_position = right_column.markdown(f"```\n{positions_text}\n```")
|
165 |
|
166 |
+
animation_speed = right_column.slider("Animation Speed (Seconds per Frame)", 1, 10, 2, key='animation_speed')
|
167 |
|
168 |
|
169 |
# Placeholder for displaying additional data below the chart.
|