Spaces:
Sleeping
Sleeping
osanseviero
commited on
Commit
•
818059f
1
Parent(s):
36c807c
Update models.py
Browse files
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 = ["15_05_23", "08_05_23", "01_05_23", "24_04_23", "17_04_23", "10_04_23", "03_04_23", "27_03_23", "20_03_23", "13_03_23", "06_03_23", "27_02_23", "20_02_23", "13_02_23","06_02_23", "30_01_23", "24_01_23", "16_01_23", "10_01_23", "02_01_23", "19_12_22", "12_12_22", "05_12_22", "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(
|
|
|
10 |
|
11 |
def main():
|
12 |
# Pick revision at top
|
13 |
+
supported_revisions = ["29_05_23", "22_05_23", "15_05_23", "08_05_23", "01_05_23", "24_04_23", "17_04_23", "10_04_23", "03_04_23", "27_03_23", "20_03_23", "13_03_23", "06_03_23", "27_02_23", "20_02_23", "13_02_23","06_02_23", "30_01_23", "24_01_23", "16_01_23", "10_01_23", "02_01_23", "19_12_22", "12_12_22", "05_12_22", "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(
|