Skip to content

Commit cef2728

Browse files
committed
Removed unused code
1 parent 0aee2ae commit cef2728

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/streamlit_app.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,6 @@ def set_sidebar_headings():
292292
st.markdown('#')
293293

294294

295-
def set_main_headings():
296-
st.subheader('')
297-
st.image(LOGO_URL)
298-
st.markdown('#')
299-
300-
301295
def _update_data(data_source):
302296
X, y = pd.DataFrame(), pd.DataFrame()
303297
if isinstance(data_source, io.BytesIO):

0 commit comments

Comments
 (0)