yvoievid commited on
Commit
107915c
Β·
1 Parent(s): 8e33b6f

[fix] add streamlit to requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -15,7 +15,7 @@ st.set_page_config(
15
  page_icon="πŸŽ’"
16
  )
17
 
18
- st.write("# Welcome to InstaGPT! πŸ‘‹")
19
  st.markdown("Write captions for backpacks in the style of Osprey")
20
 
21
  text_input = st.text_input(
 
15
  page_icon="πŸŽ’"
16
  )
17
 
18
+ st.write("# Welcome to InstaGPT! πŸ‘‹πŸŽ’")
19
  st.markdown("Write captions for backpacks in the style of Osprey")
20
 
21
  text_input = st.text_input(
requirements.txt CHANGED
@@ -5,3 +5,4 @@ langchain-openai==0.1.7
5
  langchain-text-splitters==0.2.0
6
  langchainhub==0.1.16
7
  openai==1.30.3
 
 
5
  langchain-text-splitters==0.2.0
6
  langchainhub==0.1.16
7
  openai==1.30.3
8
+ streamlit==1.35.0