We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0fd29 commit 368df6bCopy full SHA for 368df6b
1 file changed
evaluation_function/evaluation.py
@@ -365,7 +365,7 @@ def analyze_images(images, draw_images=True):
365
total_time = time.time() - start_total
366
367
if params.get('debug', False):
368
- feedback_items.append(("TEST", "| Centered text |\n|:-------------:|\n| Hello woytfguyfgiuyftytfiufuytifuyttfuytyftyfityfifyttfiituyftfyifiytuituyfrld |"))
+ feedback_items.append(("TEST", "\n| Centered text |\n|:-------------:|\n| Hello woytfguyfgiuyftytfiufuytifuyttfuytyftyfityfifyttfiituyftfyifiytuituyfrld |\n **abc** \n\n"))
369
370
# print response structure for debugging purposes
371
try:
0 commit comments