Commit
·
855b10a
1
Parent(s):
351a623
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 = ["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 = ["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(
|