Spaces:
Runtime error
Runtime error
ugmSorcero
commited on
Commit
·
9f4d760
1
Parent(s):
f670f93
Updates landing and readme
Browse files- README.md +1 -1
- interface/pages.py +4 -0
README.md
CHANGED
|
@@ -6,5 +6,5 @@ colorTo: green
|
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.10.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
---
|
|
|
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.10.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
---
|
interface/pages.py
CHANGED
|
@@ -28,6 +28,10 @@ def page_landing_page(container):
|
|
| 28 |
"\n - Build other pipelines"
|
| 29 |
"\n - [Optional] Include text to audio to read responses"
|
| 30 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
def page_search(container):
|
|
|
|
| 28 |
"\n - Build other pipelines"
|
| 29 |
"\n - [Optional] Include text to audio to read responses"
|
| 30 |
)
|
| 31 |
+
st.markdown(
|
| 32 |
+
"Follow development of the tool [here](https://github.com/ugm2/neural-search-demo)"
|
| 33 |
+
"\n\nDeveloped with 💚 by [@ugm2](https://github.com/ugm2)"
|
| 34 |
+
)
|
| 35 |
|
| 36 |
|
| 37 |
def page_search(container):
|