Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -7
src/streamlit_app.py
CHANGED
@@ -21,13 +21,6 @@ client = InferenceClient(
|
|
21 |
st.set_page_config(page_title="ุดููููู โ ู
ุณุงุนุฏู ุงูุฐูู", page_icon="๐๏ธ", layout="centered")
|
22 |
|
23 |
|
24 |
-
st.write("Current working directory:", os.getcwd())
|
25 |
-
st.write("Files in current directory:", os.listdir("."))
|
26 |
-
st.write("Files in parent directory:", os.listdir(".."))
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
# Helper to get logo path
|
32 |
def get_image_path(filename):
|
33 |
local_path = os.path.join("assets", filename)
|
|
|
21 |
st.set_page_config(page_title="ุดููููู โ ู
ุณุงุนุฏู ุงูุฐูู", page_icon="๐๏ธ", layout="centered")
|
22 |
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
# Helper to get logo path
|
25 |
def get_image_path(filename):
|
26 |
local_path = os.path.join("assets", filename)
|