Spaces:
Runtime error
Runtime error
liujch1998
commited on
Commit
β’
71f7d47
1
Parent(s):
295d753
Update button
Browse files
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='π«
|
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():
|