Spaces:
Sleeping
Sleeping
Yara Kyrychenko
commited on
Commit
·
479ce85
1
Parent(s):
1a86d35
search9
Browse files
app.py
CHANGED
|
@@ -245,7 +245,7 @@ elif st.query_params["p"] == "g":
|
|
| 245 |
if search == "":
|
| 246 |
search = st.text_input("Ask a question about climate action...")
|
| 247 |
if search != "":
|
| 248 |
-
components.iframe(f"https://www.google.com/search?igu=1&
|
| 249 |
|
| 250 |
elif st.query_params["p"] == "n":
|
| 251 |
st.markdown("""
|
|
|
|
| 245 |
if search == "":
|
| 246 |
search = st.text_input("Ask a question about climate action...")
|
| 247 |
if search != "":
|
| 248 |
+
components.iframe(f"https://www.google.com/search?igu=1&q={search}",height=1000,scrolling=True)
|
| 249 |
|
| 250 |
elif st.query_params["p"] == "n":
|
| 251 |
st.markdown("""
|