as-cle-bert commited on
Commit
f333db1
·
verified ·
1 Parent(s): 2e2c144

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ def reply(query):
10
  st.set_page_config(page_title="SearchPhi", page_icon="🔎")
11
  # Title of the web app
12
  st.title("SearchPhi🔎")
13
- st.subheader("With llama.cpp!🦙")
 
14
  # Input text box for the search query
15
  query = st.text_input("Enter search term:")
16
 
 
10
  st.set_page_config(page_title="SearchPhi", page_icon="🔎")
11
  # Title of the web app
12
  st.title("SearchPhi🔎")
13
+ st.subheader("With Gradio Client API🦙")
14
+ st.text("Support this space on [GitHub](https://github.com/AstraBert/SearchPhi) with a ⭐")
15
  # Input text box for the search query
16
  query = st.text_input("Enter search term:")
17