houssamDev commited on
Commit
20509e6
·
verified ·
1 Parent(s): 45ea0ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,7 +17,8 @@ from streamlit.components.v1 import html
17
 
18
  # عنوان التطبيق
19
  st.title("نظام تحليل الصور وتقدير العمر والجنس")
20
-
 
21
  # تحميل بيانات CSV
22
  def load_data():
23
  try:
 
17
 
18
  # عنوان التطبيق
19
  st.title("نظام تحليل الصور وتقدير العمر والجنس")
20
+ import os
21
+ st.write("Current working directory:",os.getcwd() )
22
  # تحميل بيانات CSV
23
  def load_data():
24
  try: