Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
@@ -32,8 +32,8 @@ def get_image_path(filename):
|
|
32 |
col1, col2 = st.columns([1, 4])
|
33 |
with col1:
|
34 |
try:
|
35 |
-
logo_path = get_image_path("chyaka_logof.png")
|
36 |
-
|
37 |
st.image(logo_path, width=150)
|
38 |
except:
|
39 |
st.empty()
|
|
|
32 |
col1, col2 = st.columns([1, 4])
|
33 |
with col1:
|
34 |
try:
|
35 |
+
#logo_path = get_image_path("chyaka_logof.png")
|
36 |
+
logo_path = "./src/chyaka_logof.png"
|
37 |
st.image(logo_path, width=150)
|
38 |
except:
|
39 |
st.empty()
|