Bruno commited on
Commit
a2f37f7
1 Parent(s): 62b37c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -107,8 +107,8 @@ def generate(
107
 
108
  instruction = "Me conte algumas curiosidades sobre o Brasil"
109
 
110
- print("Instrucción:", instruction)
111
- print("Respuesta:", generate(instruction))
112
  ```
113
 
114
 
 
107
 
108
  instruction = "Me conte algumas curiosidades sobre o Brasil"
109
 
110
+ print("Instruções:", instruction)
111
+ print("Resposta:", generate(instruction))
112
  ```
113
 
114