Spaces:
Sleeping
Sleeping
aliicemill
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def run_turkish():
|
|
36 |
if st.session_state.show_images:
|
37 |
st.subheader("Uygulama nasıl çalışır (bilgisayardan kullanılması tavsiye edilir)")
|
38 |
|
39 |
-
image_files = ["turkish/a.jpg", "turkish/b.jpg", "turkish/c.jpg"]
|
40 |
|
41 |
for image_file in image_files:
|
42 |
st.image(image_file, use_container_width=True)
|
|
|
36 |
if st.session_state.show_images:
|
37 |
st.subheader("Uygulama nasıl çalışır (bilgisayardan kullanılması tavsiye edilir)")
|
38 |
|
39 |
+
image_files = ["turkish/a.jpg", "turkish/b.jpg", "turkish/c.jpg","turkish/d.jpg"]
|
40 |
|
41 |
for image_file in image_files:
|
42 |
st.image(image_file, use_container_width=True)
|