dsmueller commited on
Commit
ef72e49
1 Parent(s): 5d2efff

Update subheader in Start.py

Browse files
Files changed (1) hide show
  1. 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("AMS")
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.