Joshua Sundance Bailey commited on
Commit
783c740
1 Parent(s): 68f6d34

add version str

Browse files
Files changed (1) hide show
  1. langchain-streamlit-demo/app.py +1 -1
langchain-streamlit-demo/app.py CHANGED
@@ -28,7 +28,7 @@ __version__ = "0.0.2"
28
 
29
  # --- Initialization ---
30
  st.set_page_config(
31
- page_title="langchain-streamlit-demo",
32
  page_icon="🦜",
33
  )
34
 
 
28
 
29
  # --- Initialization ---
30
  st.set_page_config(
31
+ page_title=f"langchain-streamlit-demo v{__version__}",
32
  page_icon="🦜",
33
  )
34