Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -533,7 +533,7 @@ def create_interactive_animation(story, concepts):
|
|
533 |
method="animate",
|
534 |
args=[None, {"frame": {"duration": 100, "redraw": True}}]
|
535 |
)]
|
536 |
-
)]
|
537 |
|
538 |
fig.update_traces(
|
539 |
textfont_size=40,
|
|
|
533 |
method="animate",
|
534 |
args=[None, {"frame": {"duration": 100, "redraw": True}}]
|
535 |
)]
|
536 |
+
)])
|
537 |
|
538 |
fig.update_traces(
|
539 |
textfont_size=40,
|