Spaces:
Running
Running
Daniel Foley
commited on
Commit
·
2329708
1
Parent(s):
4ef2f39
added Digital Commonwealth context
Browse files- streamlit_app.py +1 -0
streamlit_app.py
CHANGED
@@ -178,6 +178,7 @@ def main():
|
|
178 |
"Built with Langchain + Streamlit + Pinecone",
|
179 |
help="Natural Language Querying for Digital Commonwealth"
|
180 |
)
|
|
|
181 |
|
182 |
if __name__ == "__main__":
|
183 |
main()
|
|
|
178 |
"Built with Langchain + Streamlit + Pinecone",
|
179 |
help="Natural Language Querying for Digital Commonwealth"
|
180 |
)
|
181 |
+
st.markdown("The Digital Commonwealth site provides access to photographs, manuscripts, books, audio recordings, and other materials of historical interest that have been\ndigitized and made available by members of Digital Commonwealth, a statewide consortium of libraries, museums, archives, and historical societies from across Massachusetts.")
|
182 |
|
183 |
if __name__ == "__main__":
|
184 |
main()
|