We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368df6b commit 59e7a8aCopy full SHA for 59e7a8a
1 file changed
evaluation_function/evaluation.py
@@ -366,7 +366,7 @@ def analyze_images(images, draw_images=True):
366
367
if params.get('debug', False):
368
feedback_items.append(("TEST", "\n| Centered text |\n|:-------------:|\n| Hello woytfguyfgiuyftytfiufuytifuyttfuytyftyfityfifyttfiituyftfyifiytuituyfrld |\n **abc** \n\n"))
369
-
+ feedback_items.append(("TEST", "\n\n <p align='center'>Ten tekst będzie wycentrowany</p>\n\n"))
370
# print response structure for debugging purposes
371
try:
372
# use repr to avoid issues with binary data
0 commit comments