Timo commited on
Commit
1c44fce
·
1 Parent(s): df1e49f
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -37,6 +37,7 @@ except Exception:
37
  # -----------------------------------------------------------------------------
38
 
39
  SUPPORTED_SETS_PATH = Path("supported_sets.txt")
 
40
 
41
 
42
  @st.cache_data(show_spinner="Reading supported sets …")
 
37
  # -----------------------------------------------------------------------------
38
 
39
  SUPPORTED_SETS_PATH = Path("supported_sets.txt")
40
+ st.write("Running Streamlit", st.__version__)
41
 
42
 
43
  @st.cache_data(show_spinner="Reading supported sets …")