Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ headers = {"Authorization": f"Bearer {hf_token}"}
|
|
10 |
|
11 |
st.title("π AI Browser")
|
12 |
st.write("Browser that gives results using ai")
|
13 |
-
prompt = st.
|
14 |
search_btn = st.button("Search")
|
15 |
results = st.container("Results")
|
16 |
texts, images = st.tabs(["All", "Images"])
|
|
|
10 |
|
11 |
st.title("π AI Browser")
|
12 |
st.write("Browser that gives results using ai")
|
13 |
+
prompt = st.text_input("Search something", placeholder="Enter search query")
|
14 |
search_btn = st.button("Search")
|
15 |
results = st.container("Results")
|
16 |
texts, images = st.tabs(["All", "Images"])
|