Skip to content

Commit 866ac32

Browse files
Update manim_generator.html
1 parent 071fec5 commit 866ac32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim_generator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h3>Output:</h3>
119119
<div id="message-box"></div>
120120

121121
<script>
122-
const apiKey = "AIzaSyDBQf0W2lQvbnl-GzbjNBjzsqzFvSqQgHA"; // Replace with your actual API key
122+
const apiKey = "AIzaSyDBQf0W2lQvbnl-GzbjNBjzsqzFvSqQgHA";
123123

124124
async function sendPrompt() {
125125
const prompt = document.getElementById("prompt").value.trim();

0 commit comments

Comments
 (0)