Spaces:
Runtime error
Runtime error
as-cle-bert
commited on
Commit
•
2268833
1
Parent(s):
45072f1
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 on
|
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 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 |
|