Spaces:
No application file
No application file
Update app.py
Browse files
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:
|