Skip to content

Commit 793e7f7

Browse files
committed
text 2 video code
1 parent 42a40ee commit 793e7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h3 class="text-lg font-semibold mb-4">Trigonometry</h3>
167167
<h3 class="text-lg font-semibold mb-4">3D Surface Plot</h3>
168168
<div class="aspect-w-16 aspect-h-9 rounded-lg overflow-hidden mb-4 bg-indigo-900 bg-opacity-50">
169169
<div class="flex items-center justify-center">
170-
<img src="{{ url_for('static', filename='gifs/3d_calculus.gif') }}" alt="Calculus" class="w-full h-full object-contain">
170+
<img src="{{ url_for('static', filename='gifs/3d_calculus.gif') }}" alt="3d Surface Plot" class="w-full h-full object-contain">
171171
</div>
172172
</div>
173173
<p class="text-gray-300">3D visualization of the surface area of a cube with animations.</p>

0 commit comments

Comments
 (0)