iabrarzelaci commited on
Commit
fe303a2
ยท
verified ยท
1 Parent(s): 2a50847

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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)