Spaces:
Runtime error
Runtime error
as-cle-bert
commited on
Commit
•
45072f1
1
Parent(s):
f333db1
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ 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 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:")
|
|
|
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:")
|