musk12 commited on
Commit
cb06521
·
verified ·
1 Parent(s): 57261c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -362,7 +362,7 @@ col1, col2 = st.columns([1, 2])
362
 
363
  # Content in the first column
364
  with col1:
365
- st.image("https://miro.medium.com/v2/resize:fit:1200/1*biZq-ihFzq1I6Ssjz7UtdA.jpeg", caption=None, use_column_width=True)
366
 
367
  st.markdown(
368
  """
@@ -418,7 +418,7 @@ col1, col2 = st.columns([1, 2])
418
 
419
  # Content in the first column
420
  with col1:
421
- st.image("https://i.ytimg.com/vi/kP6nWbJqIbo/maxresdefault.jpg", caption=None, use_column_width=True)
422
 
423
  st.markdown(
424
  """
@@ -473,7 +473,7 @@ col1, col2 = st.columns([1, 2])
473
 
474
  # Content in the first column
475
  with col1:
476
- st.image("https://www.appier.com/hubfs/Imported_Blog_Media/GettyImages-1030850238-01.jpg", caption=None, use_column_width=True)
477
 
478
  st.markdown(
479
  """
@@ -527,7 +527,7 @@ col1, col2 = st.columns([1, 2])
527
 
528
  # Content in the first column
529
  with col1:
530
- st.image("https://www.financialexpress.com/wp-content/uploads/2023/12/gmail-logo-header-resized.jpg?w=350", caption=None, use_column_width=True)
531
 
532
  st.markdown(
533
  """
 
362
 
363
  # Content in the first column
364
  with col1:
365
+ st.image("https://miro.medium.com/v2/resize:fit:1200/1*biZq-ihFzq1I6Ssjz7UtdA.jpeg", caption=None, use_container_width=True)
366
 
367
  st.markdown(
368
  """
 
418
 
419
  # Content in the first column
420
  with col1:
421
+ st.image("https://i.ytimg.com/vi/kP6nWbJqIbo/maxresdefault.jpg", caption=None, use_container_width=True)
422
 
423
  st.markdown(
424
  """
 
473
 
474
  # Content in the first column
475
  with col1:
476
+ st.image("https://www.appier.com/hubfs/Imported_Blog_Media/GettyImages-1030850238-01.jpg", caption=None, use_container_width=True)
477
 
478
  st.markdown(
479
  """
 
527
 
528
  # Content in the first column
529
  with col1:
530
+ st.image("https://www.financialexpress.com/wp-content/uploads/2023/12/gmail-logo-header-resized.jpg?w=350", caption=None, use_container_width=True)
531
 
532
  st.markdown(
533
  """