Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -15,7 +15,7 @@ client = OpenAI(
|
|
| 15 |
)
|
| 16 |
|
| 17 |
# style
|
| 18 |
-
with open("src/
|
| 19 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
| 20 |
|
| 21 |
# ------------------------
|
|
|
|
| 15 |
)
|
| 16 |
|
| 17 |
# style
|
| 18 |
+
with open("src/prompt_optimizer.css") as f:
|
| 19 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
| 20 |
|
| 21 |
# ------------------------
|