Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'
|
| 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'
|
| 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'
|
| 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'
|
| 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:
|