GolabiSib commited on
Commit
7637008
·
verified ·
1 Parent(s): 327108d

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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/theme.css") as f:
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
  # ------------------------