Spaces:
Sleeping
Sleeping
yvoievid
commited on
Commit
Β·
107915c
1
Parent(s):
8e33b6f
[fix] add streamlit to requirements.txt
Browse files- app.py +1 -1
- 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
|