Anustup commited on
Commit
c3f7888
·
1 Parent(s): 0a4e532

Delete pages/Info.py

Browse files
Files changed (1) hide show
  1. 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)