Spaces:
Running
Running
update tutorial video
Browse files
Home.py
CHANGED
@@ -81,8 +81,8 @@ if __name__ == '__main__':
|
|
81 |
st.write('### FAQ')
|
82 |
with st.expander(label='**🤔 How to use this webapp?**'):
|
83 |
st.write('### Check out the demo video below')
|
84 |
-
st.info('Interface shown in this video demo is a bit different from the current webapp because it\'s outdated, but the basic idea is the same.')
|
85 |
-
st.video('https://youtu.be/
|
86 |
|
87 |
with st.expander(label='**ℹ️ What is GEMRec project?**'):
|
88 |
st.write('### About GEMRec')
|
|
|
81 |
st.write('### FAQ')
|
82 |
with st.expander(label='**🤔 How to use this webapp?**'):
|
83 |
st.write('### Check out the demo video below')
|
84 |
+
# st.info('Interface shown in this video demo is a bit different from the current webapp because it\'s outdated, but the basic idea is the same.')
|
85 |
+
st.video('https://youtu.be/iSVM_yyIwlg')
|
86 |
|
87 |
with st.expander(label='**ℹ️ What is GEMRec project?**'):
|
88 |
st.write('### About GEMRec')
|