Skip to content

Commit df8b821

Browse files
committed
Update Demo Descriptions
1 parent 68273e0 commit df8b821

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ <h2 class="title is-3 has-text-centered">PwP in Action</h2>
740740
<img src="static/videos/animation_editing.gif" alt="Code Editing Demo" style="border-radius: 1px; margin-bottom: 1rem;">
741741
</figure>
742742
<p class="is-size-5">
743-
The agent identifies and fixes a bug in a Python function by analyzing the code context,
743+
The agent fixes a bug in a Python function by analyzing the code context,
744744
locating the error, and implementing the correction through natural IDE interactions.
745745
</p>
746746
</div>
@@ -752,8 +752,7 @@ <h2 class="title is-3 has-text-centered">PwP in Action</h2>
752752
<img src="static/videos/animation_html.gif" alt="UI Development Demo" style="border-radius: 1px; margin-bottom: 1rem;">
753753
</figure>
754754
<p class="is-size-5">
755-
Watch as the agent builds a responsive React component, demonstrating its ability to
756-
handle both JSX markup and styling while leveraging VSCode's built-in previews.
755+
The agent is tasked with creating a simple HTML page given an image. The agent opens the image, and the live preview of code it writes side by side. It uses the preview to iteratively improve the code.
757756
</p>
758757
</div>
759758
</div>
@@ -775,6 +774,9 @@ <h2 class="title is-3 has-text-centered">PwP in Action</h2>
775774
<figure class="image">
776775
<img src="static/videos/animation_refactor.gif" alt="Code Refactoring Demo" style="border-radius: 1px; margin-bottom: 1rem;">
777776
</figure>
777+
<p class="is-size-5">
778+
The agent is tasked with renaming a variable in a complex Python Repostiroy. It successfully uses VSCode rename functionaly to rename the variable correctly across the project.
779+
</p>
778780
</div>
779781
</div>
780782
</div>

0 commit comments

Comments
 (0)