Heiko Hotz commited on
Commit
c0c151c
1 Parent(s): 834345a

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ paragraph = st.text_area(label="Contract", value=contract_data, height=300)
123
 
124
  questions_drop = questions_short
125
  question_short = st.selectbox('Choose one of the 41 queries from the CUAD dataset:', questions_drop)
126
- idxq = questions_drop.index(contract)
127
  question = questions[idxq]
128
 
129
  if st.button('Analyze'):
 
123
 
124
  questions_drop = questions_short
125
  question_short = st.selectbox('Choose one of the 41 queries from the CUAD dataset:', questions_drop)
126
+ idxq = questions_drop.index(question_short)
127
  question = questions[idxq]
128
 
129
  if st.button('Analyze'):