Spaces:
Sleeping
Sleeping
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:
|