Update subheader in Start.py
Browse files- scripts/Start.py +1 -1
scripts/Start.py
CHANGED
@@ -13,7 +13,7 @@ st.markdown("""
|
|
13 |
Chatbots for aerospace mechanisms symposia, using all available papers published since 2000
|
14 |
* Modular version meant to study retrieval methods
|
15 |
""")
|
16 |
-
st.subheader("
|
17 |
'''
|
18 |
It is recommended to run this streamlit app locally for improved performance. The hosted hugging face version is for proof of concept.
|
19 |
You must have poetry installed locally to manage depdenencies. To run locally, clone the repository and run the following commands.
|
|
|
13 |
Chatbots for aerospace mechanisms symposia, using all available papers published since 2000
|
14 |
* Modular version meant to study retrieval methods
|
15 |
""")
|
16 |
+
st.subheader("Running Locally")
|
17 |
'''
|
18 |
It is recommended to run this streamlit app locally for improved performance. The hosted hugging face version is for proof of concept.
|
19 |
You must have poetry installed locally to manage depdenencies. To run locally, clone the repository and run the following commands.
|