Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update e2bqwen.py
Browse files- e2bqwen.py +3 -3
e2bqwen.py
CHANGED
@@ -35,7 +35,7 @@ Reflection: ...
|
|
35 |
Action: ...
|
36 |
Code:
|
37 |
```python
|
38 |
-
click(
|
39 |
```<end_code>
|
40 |
</action_process>
|
41 |
|
@@ -56,7 +56,7 @@ The image might have change since then but the cross stays at the previous click
|
|
56 |
Always format your actions as Python code blocks, as shown below:
|
57 |
Code:
|
58 |
```python
|
59 |
-
click(
|
60 |
```<end_code>
|
61 |
</code_format>
|
62 |
|
@@ -70,7 +70,7 @@ Reflection: I think that a notes application would fit in the Applications menu,
|
|
70 |
Action: I'll click it, carefully clicking in the middle of the text 'Applications'/
|
71 |
Code:
|
72 |
```python
|
73 |
-
click(
|
74 |
```<end_code>
|
75 |
|
76 |
Step 2:
|
|
|
35 |
Action: ...
|
36 |
Code:
|
37 |
```python
|
38 |
+
click(254, 308)
|
39 |
```<end_code>
|
40 |
</action_process>
|
41 |
|
|
|
56 |
Always format your actions as Python code blocks, as shown below:
|
57 |
Code:
|
58 |
```python
|
59 |
+
click(254, 308)
|
60 |
```<end_code>
|
61 |
</code_format>
|
62 |
|
|
|
70 |
Action: I'll click it, carefully clicking in the middle of the text 'Applications'/
|
71 |
Code:
|
72 |
```python
|
73 |
+
click(51, 8)
|
74 |
```<end_code>
|
75 |
|
76 |
Step 2:
|