eaglelandsonce commited on
Commit
9595e30
·
verified ·
1 Parent(s): e3b76ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = left_column.slider("Animation Speed (Seconds per Frame)", 1, 10, 2, key='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.