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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -12,7 +12,6 @@ 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"])
17
 
18
  def query(payload):
 
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
  texts, images = st.tabs(["All", "Images"])
16
 
17
  def query(payload):