Spaces:
Runtime error
Runtime error
as-cle-bert
commited on
Update app.py
Browse files
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
|
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 |
|