Spaces:
Running
Running
Update app icon
Browse files- app.py +1 -1
- assets/app_icon.png +0 -0
- assets/demo.jpg +0 -0
- assets/large_icon.png +0 -0
app.py
CHANGED
@@ -33,7 +33,7 @@ st.markdown(
|
|
33 |
msgs = StreamlitChatMessageHistory()
|
34 |
|
35 |
with st.container():
|
36 |
-
col1, col2 = st.columns([0.
|
37 |
with col1:
|
38 |
st.image(
|
39 |
"./assets/app_icon.png", use_column_width="always", output_format="PNG"
|
|
|
33 |
msgs = StreamlitChatMessageHistory()
|
34 |
|
35 |
with st.container():
|
36 |
+
col1, col2 = st.columns([0.3, 0.8])
|
37 |
with col1:
|
38 |
st.image(
|
39 |
"./assets/app_icon.png", use_column_width="always", output_format="PNG"
|
assets/app_icon.png
CHANGED
assets/demo.jpg
DELETED
Binary file (84.4 kB)
|
|
assets/large_icon.png
CHANGED