Elfsong commited on
Commit
00cb9ee
·
verified ·
1 Parent(s): 909894a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,8 +103,8 @@ with tab2:
103
  if solutions_displayed >= 3:
104
  break
105
  with tab3:
106
- prompt = case_generation.format(problem_description=example['content'], canonical_solution=canonical_solutions[0], lang="python3")
107
- st.write(prompt)
108
 
109
  with tab4:
110
  editor_buttons = [{
 
103
  if solutions_displayed >= 3:
104
  break
105
  with tab3:
106
+ prompt = case_generation.format(problem_description=example['content'], canonical_solution=canonical_solutions[0], lang=language)
107
+ st.html(prompt)
108
 
109
  with tab4:
110
  editor_buttons = [{