osanseviero HF staff commited on
Commit
4b7a86f
1 Parent(s): 56ea52e

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -10,7 +10,7 @@ from pipelines import filter_pipeline_data
10
 
11
  def main():
12
  # Pick revision at top
13
- supported_revisions = ["22_11_22", "14_11_22", "07_11_22", "31_10_22", "24_10_22", "17_10_22", "10_10_22", "27_09_22"]
14
  col1, col2, col3 = st.columns(3)
15
  with col1:
16
  new = st.selectbox(
 
10
 
11
  def main():
12
  # Pick revision at top
13
+ supported_revisions = ["28_11_22", "22_11_22", "14_11_22", "07_11_22", "31_10_22", "24_10_22", "17_10_22", "10_10_22", "27_09_22"]
14
  col1, col2, col3 = st.columns(3)
15
  with col1:
16
  new = st.selectbox(