Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +1 -1
prompts.yaml
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
Code:
|
29 |
```py
|
30 |
flight="AA100"
|
31 |
-
flight_status =
|
32 |
print(flight_status)
|
33 |
```<end_code>
|
34 |
|
|
|
28 |
Code:
|
29 |
```py
|
30 |
flight="AA100"
|
31 |
+
flight_status = flight_status(flight)
|
32 |
print(flight_status)
|
33 |
```<end_code>
|
34 |
|