loubnabnl HF staff commited on
Commit
c3152eb
1 Parent(s): 99bb28f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200,
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..."):