Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
deepset/should-i-follow
sabatale
/
haylit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sabatale
commited on
Mar 6, 2024
Commit
e128883
·
verified
·
1 Parent(s):
002a4bb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,5 +45,5 @@ if st.session_state.get("api_key_configured"):
45
46
if st.session_state.result:
47
llm = st.session_state.result
48
-
st.write(llm
]
)
49
45
46
if st.session_state.result:
47
llm = st.session_state.result
48
+
st.write(llm)
49