Spaces:
Running
Running
update affiliation
Browse files
Home.py
CHANGED
|
@@ -9,6 +9,14 @@ st.set_page_config(
|
|
| 9 |
layout="wide"
|
| 10 |
)
|
| 11 |
st.title('🥥 Coconut Library Tool')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
st.sidebar.success('Select page above')
|
| 13 |
|
| 14 |
#===page===
|
|
@@ -208,7 +216,7 @@ with mt2:
|
|
| 208 |
with mt3:
|
| 209 |
st.header('Behind this app')
|
| 210 |
st.subheader('Faizhal Arif Santosa')
|
| 211 |
-
st.text('Librarian. Polytechnic Institute of Nuclear Technology, National Research and Innovation Agency.')
|
| 212 |
st.text('')
|
| 213 |
st.subheader('Crissandra George')
|
| 214 |
st.text('Digital Collections Manager Librarian. Case Western Reserve University.')
|
|
@@ -216,7 +224,7 @@ with mt3:
|
|
| 216 |
st.divider()
|
| 217 |
st.header('Advisor')
|
| 218 |
st.subheader('Dr. Manika Lamba')
|
| 219 |
-
st.text('
|
| 220 |
st.text('')
|
| 221 |
st.text('')
|
| 222 |
st.divider()
|
|
|
|
| 9 |
layout="wide"
|
| 10 |
)
|
| 11 |
st.title('🥥 Coconut Library Tool')
|
| 12 |
+
hide_streamlit_style = """
|
| 13 |
+
<style>
|
| 14 |
+
#MainMenu {visibility: hidden;}
|
| 15 |
+
footer {visibility: hidden;}
|
| 16 |
+
</style>
|
| 17 |
+
"""
|
| 18 |
+
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
| 19 |
+
|
| 20 |
st.sidebar.success('Select page above')
|
| 21 |
|
| 22 |
#===page===
|
|
|
|
| 216 |
with mt3:
|
| 217 |
st.header('Behind this app')
|
| 218 |
st.subheader('Faizhal Arif Santosa')
|
| 219 |
+
st.text('Academic Librarian. Polytechnic Institute of Nuclear Technology, National Research and Innovation Agency.')
|
| 220 |
st.text('')
|
| 221 |
st.subheader('Crissandra George')
|
| 222 |
st.text('Digital Collections Manager Librarian. Case Western Reserve University.')
|
|
|
|
| 224 |
st.divider()
|
| 225 |
st.header('Advisor')
|
| 226 |
st.subheader('Dr. Manika Lamba')
|
| 227 |
+
st.text('Postdoctoral Research Associate. University of Illinois Urbana-Champaign.')
|
| 228 |
st.text('')
|
| 229 |
st.text('')
|
| 230 |
st.divider()
|