as-cle-bert commited on
Commit
ecbec84
1 Parent(s): 2268833

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ 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 <a href='https://github.com/AstraBert/SearchPhi'>GitHub</a> with a ⭐")
15
  # Input text box for the search query
16
  query = st.text_input("Enter search term:")
17
 
 
11
  # Title of the web app
12
  st.title("SearchPhi🔎")
13
  st.subheader("With Gradio Client API :)")
14
+ st.text("Support this space at https://github.com/AstraBert/SearchPhi with a ⭐")
15
  # Input text box for the search query
16
  query = st.text_input("Enter search term:")
17