Skip to content

Commit b8e574d

Browse files
Update manim_generator.html
1 parent c2dcbf4 commit b8e574d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manim_generator.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ <h3>Output:</h3>
122122
</div>
123123

124124
<div id="message-box"></div>
125-
URL='https://illustrious-dolphin-b31b9c.netlify.app/.netlify/functions/gemini-proxy';
126125
<script>
126+
URL='https://illustrious-dolphin-b31b9c.netlify.app/.netlify/functions/gemini-proxy';
127127
async function sendPrompt() {
128128
const prompt = document.getElementById("prompt").value.trim();
129129
const output = document.getElementById("output");
@@ -230,3 +230,4 @@ <h3>Output:</h3>
230230
</body>
231231
</html>
232232

233+

0 commit comments

Comments
 (0)