Kvikontent commited on
Commit
7d90458
Β·
verified Β·
1 Parent(s): b94bfb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.input_text("Search something", placeholder="Enter search query")
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"])