Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
webis
/
chat-noir
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
christopher
commited on
Mar 21, 2022
Commit
42b4626
·
1 Parent(s):
262cb34
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,4 +45,4 @@ with st.expander("🐈 About", expanded=False):
45
st.markdown("")
46
47
if button_clicked:
48
-
st.write(
search_query
)
45
st.markdown("")
46
47
if button_clicked:
48
+
st.write(
search(st.secrets["key"], "Leipzig"
)
)