Commit
·
2f94511
1
Parent(s):
42b4626
Update app.py
Browse files
app.py
CHANGED
@@ -45,4 +45,4 @@ with st.expander("🐈 About", expanded=False):
|
|
45 |
st.markdown("")
|
46 |
|
47 |
if button_clicked:
|
48 |
-
st.write(search(st.secrets["key"],
|
|
|
45 |
st.markdown("")
|
46 |
|
47 |
if button_clicked:
|
48 |
+
st.write(search(st.secrets["key"], search_query))
|