Spaces:
Runtime error
Runtime error
Commit
·
4da32f6
1
Parent(s):
db380b4
update
Browse files
app.py
CHANGED
@@ -277,6 +277,7 @@ def experiment(username):
|
|
277 |
statement = """
|
278 |
You are given two explanations that describe the reasoning process of the Table QA model.
|
279 |
Please analyze the explanations and determine which one provides a clearer and more accurate reasoning process.
|
|
|
280 |
"""
|
281 |
|
282 |
return render_template('experiment.html',
|
|
|
277 |
statement = """
|
278 |
You are given two explanations that describe the reasoning process of the Table QA model.
|
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',
|