Guiyom commited on
Commit
eae6eff
·
verified ·
1 Parent(s): bb5472a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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='