Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -230,7 +230,7 @@ def display_videos_and_info(lang_code, t):
|
|
230 |
# Segunda fila
|
231 |
col3, col4 = st.columns(2)
|
232 |
with col3:
|
233 |
-
st.image("assets/img/socialmedia/
|
234 |
caption="Evento X",
|
235 |
use_column_width=True)
|
236 |
|
|
|
230 |
# Segunda fila
|
231 |
col3, col4 = st.columns(2)
|
232 |
with col3:
|
233 |
+
st.image("assets/img/socialmedia/Facebook_CoverPhoto-1_820x312.jpg",
|
234 |
caption="Evento X",
|
235 |
use_column_width=True)
|
236 |
|