liujch1998 commited on
Commit
71f7d47
β€’
1 Parent(s): 295d753

Update button

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -309,7 +309,7 @@ with gr.Blocks() as demo:
309
 
310
  Type a commonsense statement in the box below and click the submit button to see Vera's prediction on its correctness. You can try both correct and incorrect statements. If you are looking for inspiration, try the examples at the bottom of the page!
311
 
312
- We'd love your feedback! Please indicate whether you agree or disagree with Vera's prediction (and don't mind the percentage numbers). If you're unsure or the statement doesn't have a certain correctness label, please select "Uncertain".
313
 
314
  ⚠️ **Intended Use**: Vera is a research prototype and may make mistakes. Do not use for making critical decisions. It is intended to predict the correctness of commonsense statements, and may be unreliable when taking input out of this scope.
315
 
@@ -331,7 +331,7 @@ with gr.Blocks() as demo:
331
  feedback_agree = gr.Button(value='πŸ‘ Agree', variant='secondary', visible=False)
332
  feedback_uncertain = gr.Button(value='πŸ€” Uncertain', variant='secondary', visible=False)
333
  feedback_disagree = gr.Button(value='πŸ‘Ž Disagree', variant='secondary', visible=False)
334
- feedback_outofscope = gr.Button(value='🚫 This is not a statement about commonsense', variant='stop', visible=False)
335
  feedback_ack = gr.Markdown(value='', visible=True, interactive=False)
336
  gr.Markdown('\n---\n')
337
  with gr.Row():
 
309
 
310
  Type a commonsense statement in the box below and click the submit button to see Vera's prediction on its correctness. You can try both correct and incorrect statements. If you are looking for inspiration, try the examples at the bottom of the page!
311
 
312
+ We'd love your feedback! Please indicate whether you agree or disagree with Vera's prediction (and don't mind the percentage numbers). If you're unsure or the statement doesn't have a certain correctness label, please select "Uncertain". If your input is actually not a statement about commonsense, please select "I don't think this is a statement about commonsense".
313
 
314
  ⚠️ **Intended Use**: Vera is a research prototype and may make mistakes. Do not use for making critical decisions. It is intended to predict the correctness of commonsense statements, and may be unreliable when taking input out of this scope.
315
 
 
331
  feedback_agree = gr.Button(value='πŸ‘ Agree', variant='secondary', visible=False)
332
  feedback_uncertain = gr.Button(value='πŸ€” Uncertain', variant='secondary', visible=False)
333
  feedback_disagree = gr.Button(value='πŸ‘Ž Disagree', variant='secondary', visible=False)
334
+ feedback_outofscope = gr.Button(value='🚫 I don\'t think this a statement about commonsense', variant='secondary', visible=False)
335
  feedback_ack = gr.Markdown(value='', visible=True, interactive=False)
336
  gr.Markdown('\n---\n')
337
  with gr.Row():