Spaces:
Runtime error
Runtime error
Commit
·
97cc78d
1
Parent(s):
7fdc087
update ToC
Browse files- apps/article.py +5 -5
apps/article.py
CHANGED
|
@@ -61,11 +61,11 @@ def app(state=None):
|
|
| 61 |
st.write(read_markdown("limitations.md"))
|
| 62 |
|
| 63 |
toc.header("Conclusion, Future Work, and Social Impact")
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
st.write(read_markdown("conclusion_future_work/social_impact.md"))
|
| 70 |
|
| 71 |
toc.header("References")
|
|
|
|
| 61 |
st.write(read_markdown("limitations.md"))
|
| 62 |
|
| 63 |
toc.header("Conclusion, Future Work, and Social Impact")
|
| 64 |
+
toc.subheader("Conclusion")
|
| 65 |
+
st.write(read_markdown("conclusion_future_work/conclusion.md"))
|
| 66 |
+
toc.subheader("Future Work")
|
| 67 |
+
st.write(read_markdown("conclusion_future_work/future_work.md"))
|
| 68 |
+
toc.subheader("Social Impact")
|
| 69 |
st.write(read_markdown("conclusion_future_work/social_impact.md"))
|
| 70 |
|
| 71 |
toc.header("References")
|