Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -520,11 +520,7 @@ graph_examples = """
|
|
| 520 |
.text(d => d);
|
| 521 |
</script>
|
| 522 |
</body>
|
| 523 |
-
</html>
|
| 524 |
-
|
| 525 |
-
|
| 526 |
-
"""
|
| 527 |
-
|
| 528 |
result = openai_call(prompt, model="o3-mini", max_tokens_param=10000)
|
| 529 |
result = result.strip().strip("```").strip()
|
| 530 |
htmloutput = f"""<iframe class="visual-frame" srcdoc='
|
|
|
|
| 520 |
.text(d => d);
|
| 521 |
</script>
|
| 522 |
</body>
|
| 523 |
+
</html>"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 524 |
result = openai_call(prompt, model="o3-mini", max_tokens_param=10000)
|
| 525 |
result = result.strip().strip("```").strip()
|
| 526 |
htmloutput = f"""<iframe class="visual-frame" srcdoc='
|