Spaces:
Running
Running
Upload 11 files
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ if not st.session_state.messages:
|
|
117 |
}
|
118 |
</style>
|
119 |
""", unsafe_allow_html=True)
|
120 |
-
st.image("robocopy_logo.png", width=300,
|
121 |
|
122 |
# Título
|
123 |
st.markdown("""
|
|
|
117 |
}
|
118 |
</style>
|
119 |
""", unsafe_allow_html=True)
|
120 |
+
st.image("robocopy_logo.png", width=300, use_container_width=True)
|
121 |
|
122 |
# Título
|
123 |
st.markdown("""
|