JVice commited on
Commit
fe2bbad
1 Parent(s): 36070d3

added version to 'how to use'

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -28,6 +28,7 @@ def setup_page_banner():
28
  col = None
29
  st.title('Try Before You Bias (TBYB)')
30
  st.write('*A Quantitative T2I Bias Evaluation Tool*')
 
31
  def setup_how_to():
32
  expander = st.expander("How to Use")
33
  expander.write("1. Watch our tutorial video series on [YouTube](https://www.youtube.com/channel/UCk-0xyUyT0MSd_hkp4jQt1Q) (Note that the tutorial series was developed for V1.0) \n"
@@ -199,6 +200,7 @@ def setup_additional_information_tab(tab):
199
 
200
  For further questions/queries or if you want to simply strike a conversation,
201
  please reach out to Jordan Vice at: jordan.vice@uwa.edu.au""")
 
202
 
203
  setup_page_banner()
204
  setup_how_to()
 
28
  col = None
29
  st.title('Try Before You Bias (TBYB)')
30
  st.write('*A Quantitative T2I Bias Evaluation Tool*')
31
+
32
  def setup_how_to():
33
  expander = st.expander("How to Use")
34
  expander.write("1. Watch our tutorial video series on [YouTube](https://www.youtube.com/channel/UCk-0xyUyT0MSd_hkp4jQt1Q) (Note that the tutorial series was developed for V1.0) \n"
 
200
 
201
  For further questions/queries or if you want to simply strike a conversation,
202
  please reach out to Jordan Vice at: jordan.vice@uwa.edu.au""")
203
+ st.write("*V2.0 - Released May 17 2024*")
204
 
205
  setup_page_banner()
206
  setup_how_to()