Guiyom commited on
Commit
fee243a
·
verified ·
1 Parent(s): f7d9365

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ mindmap
128
  Pen and paper
129
  Mermaid
130
 
131
- """)
132
 
133
  result = openai_call(prompt, model="o3-mini", max_tokens_param=10000)
134
  result = result.strip().strip("```").strip()
 
128
  Pen and paper
129
  Mermaid
130
 
131
+ """
132
 
133
  result = openai_call(prompt, model="o3-mini", max_tokens_param=10000)
134
  result = result.strip().strip("```").strip()