loubnabnl HF staff commited on
Commit
4bd868a
1 Parent(s): 4f83412
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,6 +48,7 @@ st.markdown(intro)
48
  # Pretraining datasets
49
  st.subheader("1 - Pretraining datasets")
50
  read_markdown("datasets/intro.txt")
 
51
  #st.markdown(f"Preview of some code files from Github repositories in [Github-code dataset]({GITHUB_CODE}):")
52
  #df = pd.read_csv("utils/data_preview.csv")
53
  #st.dataframe(df)
@@ -55,7 +56,7 @@ col1, col2= st.columns([1,2])
55
  with col1:
56
  selected_model = st.selectbox("", MODELS, key=1)
57
  read_markdown(f"datasets/{selected_model.lower()}.txt")
58
- read_markdown("datasets/github_code.txt")
59
 
60
  # Model architecture
61
  st.subheader("2 - Model architecture")
 
48
  # Pretraining datasets
49
  st.subheader("1 - Pretraining datasets")
50
  read_markdown("datasets/intro.txt")
51
+ read_markdown("datasets/github_code.txt")
52
  #st.markdown(f"Preview of some code files from Github repositories in [Github-code dataset]({GITHUB_CODE}):")
53
  #df = pd.read_csv("utils/data_preview.csv")
54
  #st.dataframe(df)
 
56
  with col1:
57
  selected_model = st.selectbox("", MODELS, key=1)
58
  read_markdown(f"datasets/{selected_model.lower()}.txt")
59
+
60
 
61
  # Model architecture
62
  st.subheader("2 - Model architecture")