Skip to content

Commit 473e229

Browse files
committed
Update OSWorld blog post with new visual examples by replacing existing images with updated filenames for clarity. Add two new images illustrating sequential and bulk paragraph selection methods to enhance content engagement.
1 parent a4cc773 commit 473e229

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

data/blog_posts/osworld-verified.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ Many tasks exhibit complex temporal dependencies where proper initialization req
122122

123123
<div style="display: flex; justify-content: center; align-items: center; gap: 20px; margin: 25px auto; max-width: 800px; flex-wrap: wrap;">
124124
<figure style="flex: 1; min-width: 300px; max-width: 380px; text-align: center; margin: 0;">
125-
<img src="/blog/osworld-verified/2_linespace_line_by_line_1.png" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 8px;">
125+
<img src="/blog/osworld-verified/double_linespace_all_line_by_line.png" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 8px;">
126126
<figcaption style="text-align: center; font-size: 14px; color: #666; margin-top: 8px;">Method 1: Sequential paragraph selection - selecting paragraphs individually</figcaption>
127127
</figure>
128128
<figure style="flex: 1; min-width: 300px; max-width: 380px; text-align: center; margin: 0;">
129-
<img src="/blog/osworld-verified/2linespace_line_by_line_2.png" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 8px;">
129+
<img src="/blog/osworld-verified/double_linespace_all_together.png" style="max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 8px;">
130130
<figcaption style="text-align: center; font-size: 14px; color: #666; margin-top: 8px;">Method 2: Bulk selection - selecting both paragraphs together</figcaption>
131131
</figure>
132132
</div>

public/blog/osworld-verified/2linespace_line_by_line_2.png renamed to public/blog/osworld-verified/double_linespace_all_together.png

File renamed without changes.

public/blog/osworld-verified/2_linespace_line_by_line_1.png renamed to public/blog/osworld-verified/double_linespace_line_by_line.png

File renamed without changes.

0 commit comments

Comments
 (0)