Spaces:
Sleeping
Sleeping
Commit
·
a3885b3
1
Parent(s):
eefed08
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ elif section == 'Books':
|
|
54 |
st.write('Useful Texts:')
|
55 |
st.markdown('[Deep Learning](https://udlbook.github.io/udlbook/)')
|
56 |
st.markdown('https://www.deeplearningbook.org/')
|
|
|
57 |
|
58 |
# Communities
|
59 |
elif section == 'Communities':
|
|
|
54 |
st.write('Useful Texts:')
|
55 |
st.markdown('[Deep Learning](https://udlbook.github.io/udlbook/)')
|
56 |
st.markdown('https://www.deeplearningbook.org/')
|
57 |
+
st.markdown('https://tensornetwork.org/')
|
58 |
|
59 |
# Communities
|
60 |
elif section == 'Communities':
|