Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with open("evaluation/solution.md", "r") as f:
|
|
132 |
candidate_solution = st.text_area(
|
133 |
"Complete the problem:",
|
134 |
value=problem,
|
135 |
-
height=
|
136 |
).strip()
|
137 |
if st.button("Test my solution", key=2):
|
138 |
with st.spinner("Testing..."):
|
|
|
132 |
candidate_solution = st.text_area(
|
133 |
"Complete the problem:",
|
134 |
value=problem,
|
135 |
+
height=240,
|
136 |
).strip()
|
137 |
if st.button("Test my solution", key=2):
|
138 |
with st.spinner("Testing..."):
|