luulinh90s
commited on
Commit
·
6849f81
1
Parent(s):
4410dbc
update
Browse files
app.py
CHANGED
@@ -165,8 +165,8 @@ def experiment(username):
|
|
165 |
visualization_path = f"{visualization_dir}/{sample['category']}/{sample['file']}"
|
166 |
|
167 |
statement = """
|
168 |
-
Please note that in f_select_row() function, starting index is 0.
|
169 |
-
Based on the explanation provided, what do you think the AI model will predict?
|
170 |
Will it predict the statement as TRUE or FALSE?
|
171 |
"""
|
172 |
|
|
|
165 |
visualization_path = f"{visualization_dir}/{sample['category']}/{sample['file']}"
|
166 |
|
167 |
statement = """
|
168 |
+
Please note that in f_select_row() function, starting index is 0 and Index * represents the selection of the whole Table.
|
169 |
+
Based on the explanation provided, what do you think the AI model will predict?
|
170 |
Will it predict the statement as TRUE or FALSE?
|
171 |
"""
|
172 |
|