Elfsong commited on
Commit
0902657
1 Parent(s): f834d8e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ for candidate in candidates:
84
  option = ste.selectbox("Select a problem here", candidates_dict.keys())
85
  example = candidates_dict[option]
86
 
87
- tab1, tab2, tab3, tab4 = st.tabs(["Problem Description", "Canonical Solution", "Test Cases Generator"])
88
 
89
  with tab1:
90
  st.html(example['content'])
 
84
  option = ste.selectbox("Select a problem here", candidates_dict.keys())
85
  example = candidates_dict[option]
86
 
87
+ tab1, tab2, tab3, tab4 = st.tabs(["Problem Description", "Canonical Solution", "Prompt","Test Cases Generator"])
88
 
89
  with tab1:
90
  st.html(example['content'])