loubnabnl HF staff commited on
Commit
e22d1d3
1 Parent(s): 9cd3004

update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ selected_task = st.sidebar.selectbox("Select a task:", tasks)
34
 
35
 
36
  if selected_task == " ":
37
- st.title("Benchmarking Code Generation Models")
38
  with open("intro.txt", "r") as f:
39
  intro = f.read()
40
  st.markdown(intro)
 
34
 
35
 
36
  if selected_task == " ":
37
+ st.title("Code Generation Models")
38
  with open("intro.txt", "r") as f:
39
  intro = f.read()
40
  st.markdown(intro)