Delete pages/Info.py
Browse files- pages/Info.py +0 -10
pages/Info.py
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
import streamlit as st
|
| 2 |
-
|
| 3 |
-
from app_utils.frontend_utils import build_sidebar
|
| 4 |
-
|
| 5 |
-
build_sidebar()
|
| 6 |
-
|
| 7 |
-
with open("README.md", "r") as fin:
|
| 8 |
-
readme = fin.read().rpartition("---")[-1]
|
| 9 |
-
|
| 10 |
-
st.markdown(readme, unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|