Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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("
|
| 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 |
# خلفية متحركة
|