Spaces:
Runtime error
Runtime error
Commit
·
f6449d5
1
Parent(s):
4da32f6
update
Browse files
app.py
CHANGED
@@ -275,9 +275,9 @@ def experiment(username):
|
|
275 |
visualization_b = url_for('send_visualization', filename=file_b)
|
276 |
|
277 |
statement = """
|
278 |
-
|
|
|
279 |
Please analyze the explanations and determine which one provides a clearer and more accurate reasoning process.
|
280 |
-
Please note that in f_select_row() function, starting index is 0.
|
281 |
"""
|
282 |
|
283 |
return render_template('experiment.html',
|
|
|
275 |
visualization_b = url_for('send_visualization', filename=file_b)
|
276 |
|
277 |
statement = """
|
278 |
+
Please note that in f_select_row() function, starting index is 0 and Index * represents the selection of the whole Table.
|
279 |
+
You are now given two explanations that describe the reasoning process of the Table QA model.
|
280 |
Please analyze the explanations and determine which one provides a clearer and more accurate reasoning process.
|
|
|
281 |
"""
|
282 |
|
283 |
return render_template('experiment.html',
|