Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def main():
|
|
148 |
st.stop()
|
149 |
|
150 |
# Main UI components
|
151 |
-
st.title("π Research
|
152 |
query = st.text_input("Search knowledge base:", placeholder="Enter your query...")
|
153 |
|
154 |
if query:
|
|
|
148 |
st.stop()
|
149 |
|
150 |
# Main UI components
|
151 |
+
st.title("π Academics Research Semantics Search Engine")
|
152 |
query = st.text_input("Search knowledge base:", placeholder="Enter your query...")
|
153 |
|
154 |
if query:
|