Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
polpoDevs
/
LlamaDutchDemo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
polpoDevs
commited on
Feb 22, 2024
Commit
6740b62
·
verified
·
1 Parent(s):
8928f7d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -71,4 +71,4 @@ text = st.text_area("Enter text to summarize here.")
71
72
if text:
73
out = get_answer(chatbot, text)
74
-
st.
json
(out)
71
72
if text:
73
out = get_answer(chatbot, text)
74
+
st.
write
(out)