Skip to content

Commit 3d6dc5a

Browse files
committed
Minor improvements
1 parent 1860e72 commit 3d6dc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/streamlit_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def set_sidebar_headings():
331331
def set_main_headings():
332332
st.subheader('')
333333
if os.path.exists(LOGO_PATH):
334-
st.image(LOGO_PATH, width=400)
334+
st.image(LOGO_PATH, width=300)
335335
else:
336336
st.header(f'🔮 {APP_TITLE}')
337337
st.markdown('#')

0 commit comments

Comments
 (0)