update
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ st.markdown(intro)
|
|
45 |
st.subheader("1 - Pretraining datasets")
|
46 |
with open("datasets/intro.txt", "r") as f:
|
47 |
intro = f.read()
|
48 |
-
st.
|
49 |
#st.markdown(
|
50 |
# f"Preview of some code files from Github repositories in [Github-code dataset]({GITHUB_CODE}):"
|
51 |
#)
|
|
|
45 |
st.subheader("1 - Pretraining datasets")
|
46 |
with open("datasets/intro.txt", "r") as f:
|
47 |
intro = f.read()
|
48 |
+
st.markdown(intro)
|
49 |
#st.markdown(
|
50 |
# f"Preview of some code files from Github repositories in [Github-code dataset]({GITHUB_CODE}):"
|
51 |
#)
|