Spaces:
Build error
Build error
length tags
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ elif option == 'Reverse model':
|
|
108 |
st.write("This model asks a question that would have resulted in the context you provide (a.k.a. it traverses backward through the interview)")
|
109 |
|
110 |
if option == 'Lengthed model':
|
111 |
-
context_length = col3.selectbox('Length of response'
|
112 |
('1-10', '11-20', '21-30', '31-40', '41-50', '51-60', '61-70', '71-80', '81-90', '91+'))
|
113 |
|
114 |
|
|
|
108 |
st.write("This model asks a question that would have resulted in the context you provide (a.k.a. it traverses backward through the interview)")
|
109 |
|
110 |
if option == 'Lengthed model':
|
111 |
+
context_length = col3.selectbox('Length of response',
|
112 |
('1-10', '11-20', '21-30', '31-40', '41-50', '51-60', '61-70', '71-80', '81-90', '91+'))
|
113 |
|
114 |
|