renad-108 commited on
Commit
d6a33be
·
verified ·
1 Parent(s): e842133

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -14,7 +14,7 @@ os.environ["TRANSFORMERS_CACHE"] = "/tmp"
14
  st.set_page_config(page_title="Unleash the AI Agent", layout="wide")
15
 
16
  # تحميل CSS
17
- with open("src/style.css") as f:
18
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
19
 
20
  # خلفية متحركة
 
14
  st.set_page_config(page_title="Unleash the AI Agent", layout="wide")
15
 
16
  # تحميل CSS
17
+ with open("style.css") as f:
18
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
19
 
20
  # خلفية متحركة