loubnabnl HF staff commited on
Commit
2b3c79e
1 Parent(s): 7b19fa7
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -44,15 +44,7 @@ st.title("Code generation with 🤗")
44
  with open("utils/intro.txt", "r") as f:
45
  intro = f.read()
46
  st.markdown(intro)
47
- st.markdown("""<div align="center">
48
-
49
- | Tables | Are | Cool |
50
- |----------|:-------------:|------:|
51
- | col 1 is | left-aligned | $1600 |
52
- | col 2 is | centered | $12 |
53
- | col 3 is | right-aligned | $1 |
54
 
55
- </div>""")
56
  # Pretraining datasets
57
  st.subheader("1 - Pretraining datasets")
58
  read_markdown("datasets/intro.txt")
 
44
  with open("utils/intro.txt", "r") as f:
45
  intro = f.read()
46
  st.markdown(intro)
 
 
 
 
 
 
 
47
 
 
48
  # Pretraining datasets
49
  st.subheader("1 - Pretraining datasets")
50
  read_markdown("datasets/intro.txt")