loubnabnl HF staff commited on
Commit
d53c624
1 Parent(s): 2e2d5e8

add intro for generation

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -95,6 +95,7 @@ read_markdown("evaluation/demo_humaneval.txt")
95
 
96
  # Code generation
97
  st.subheader("4 - Code generation ✨")
 
98
  col1, col2, col3 = st.columns([7, 1, 6])
99
  with col1:
100
  st.markdown("**Models**")
 
95
 
96
  # Code generation
97
  st.subheader("4 - Code generation ✨")
98
+ read_markdown("generation/intro.txt")
99
  col1, col2, col3 = st.columns([7, 1, 6])
100
  with col1:
101
  st.markdown("**Models**")