haramkoo commited on
Commit
25bbf49
·
1 Parent(s): 6f8949f

length tags

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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