loubnabnl HF staff commited on
Commit
f70b655
1 Parent(s): 24ccff7

reformat code

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -70,12 +70,10 @@ st.sidebar.markdown(contents)
70
  st.title("Code generation with 🤗")
71
  read_markdown("utils/intro.txt")
72
 
73
- # Pretraining datasets
74
  st.subheader("1 - Code datasets")
75
  read_markdown("datasets/intro.txt")
76
  read_markdown("datasets/github_code.txt")
77
-
78
-
79
  col1, col2 = st.columns([1, 2])
80
  with col1:
81
  selected_model = st.selectbox("", MODELS, key=1)
 
70
  st.title("Code generation with 🤗")
71
  read_markdown("utils/intro.txt")
72
 
73
+ # Code datasets
74
  st.subheader("1 - Code datasets")
75
  read_markdown("datasets/intro.txt")
76
  read_markdown("datasets/github_code.txt")
 
 
77
  col1, col2 = st.columns([1, 2])
78
  with col1:
79
  selected_model = st.selectbox("", MODELS, key=1)