amandakonet commited on
Commit
d2d0911
1 Parent(s): b840fea
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ filtered_df = ex_df[ex_df['claim'] == option_claim]
189
  option_evidence = st.selectbox('Select evidence to test', filtered_df['evidence'].unique())
190
  st.write('You selected:', option_evidence)
191
 
192
- st.markdown("Now, we can use your selected (claim,evidence) pair in the fine-tuned transformer!")
193
 
194
 
195
  # tokenize
 
189
  option_evidence = st.selectbox('Select evidence to test', filtered_df['evidence'].unique())
190
  st.write('You selected:', option_evidence)
191
 
192
+ st.markdown("Now, we can use your selected (claim, evidence) pair in the fine-tuned transformer!")
193
 
194
 
195
  # tokenize