aliicemill commited on
Commit
ec64287
·
verified ·
1 Parent(s): 80f759b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,7 +44,7 @@ def run_turkish():
44
 
45
  # Resimler yalnızca show_images True ise gösterilir
46
  if st.session_state.show_images:
47
- st.subheader("Uygulamanın Çalışma Prensibi")
48
 
49
  # Resimlerin dosya isimlerini sırayla listele
50
  image_files = ["turkish/a.png", "turkish/b.png", "turkish/c.png", "turkish/d.png"]
@@ -218,7 +218,7 @@ def run_arabic():
218
 
219
  # عرض الصور فقط إذا كانت show_images صحيحة
220
  if st.session_state.show_images:
221
- st.subheader("كيفية عمل التطبيق")
222
 
223
  # قائمة بأسماء ملفات الصور بالترتيب
224
  image_files = ["arabic/a.png", "arabic/b.png", "arabic/c.png"]
@@ -391,7 +391,7 @@ def run_english():
391
 
392
  # Show images only if show_images is True
393
  if st.session_state.show_images:
394
- st.subheader("How the Application Works")
395
 
396
  # List the image filenames in order
397
  image_files = ["english/a.png", "english/b.png", "english/c.png", "english/d.png"]
 
44
 
45
  # Resimler yalnızca show_images True ise gösterilir
46
  if st.session_state.show_images:
47
+ st.subheader("Uygulamanın Çalışma Prensibi(Bilgisayar kullanımı tavsiye edilir)")
48
 
49
  # Resimlerin dosya isimlerini sırayla listele
50
  image_files = ["turkish/a.png", "turkish/b.png", "turkish/c.png", "turkish/d.png"]
 
218
 
219
  # عرض الصور فقط إذا كانت show_images صحيحة
220
  if st.session_state.show_images:
221
+ st.subheader("كيفية عمل التطبيق(ينصح باستخدامه من الكمبيوتر)")
222
 
223
  # قائمة بأسماء ملفات الصور بالترتيب
224
  image_files = ["arabic/a.png", "arabic/b.png", "arabic/c.png"]
 
391
 
392
  # Show images only if show_images is True
393
  if st.session_state.show_images:
394
+ st.subheader("How the Application Works(It is recommended to use from a computer)")
395
 
396
  # List the image filenames in order
397
  image_files = ["english/a.png", "english/b.png", "english/c.png", "english/d.png"]