Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
107 |
-
st.
|
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 = [{
|