eaglelandsonce commited on
Commit
71a8656
·
verified ·
1 Parent(s): a2469eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -253,7 +253,7 @@ with tab1:
253
  # Displaying the image in the left column
254
  with col1:
255
  image = Image.open('./data/intro_image.jpg')
256
- st.image(image, caption='Aya Green Data City',width=400)
257
 
258
  # Displaying the text above on the right
259
  with col2:
@@ -363,7 +363,7 @@ with tab2:
363
  # Displaying the image in the left column
364
  with col1:
365
  image = Image.open('./data/global_image.jpg')
366
- st.image(image, caption='Cultural Center Cohere Translator',width=400)
367
 
368
  # Displaying the text above on the right
369
  with col2:
@@ -592,7 +592,7 @@ with tab3:
592
  with col1:
593
 
594
  image = Image.open('./data/incentive_image.jpg')
595
- st.image(image, caption='Sensor Insentive Program',width=400)
596
 
597
 
598
  with col2:
@@ -686,7 +686,7 @@ with tab4:
686
  # Displaying the image in the left column
687
  with col1:
688
  image = Image.open('./data/green_image.jpg')
689
- st.image(image, caption='Green Space',width=400)
690
 
691
  # Displaying the text above on the right
692
  with col2:
 
253
  # Displaying the image in the left column
254
  with col1:
255
  image = Image.open('./data/intro_image.jpg')
256
+ st.image(image, caption='Aya Green Data City')
257
 
258
  # Displaying the text above on the right
259
  with col2:
 
363
  # Displaying the image in the left column
364
  with col1:
365
  image = Image.open('./data/global_image.jpg')
366
+ st.image(image, caption='Cultural Center Cohere Translator')
367
 
368
  # Displaying the text above on the right
369
  with col2:
 
592
  with col1:
593
 
594
  image = Image.open('./data/incentive_image.jpg')
595
+ st.image(image, caption='Sensor Insentive Program')
596
 
597
 
598
  with col2:
 
686
  # Displaying the image in the left column
687
  with col1:
688
  image = Image.open('./data/green_image.jpg')
689
+ st.image(image, caption='Green Space')
690
 
691
  # Displaying the text above on the right
692
  with col2: