Spaces:
Runtime error
Runtime error
gmerrill
commited on
Commit
·
7c945fc
1
Parent(s):
2da1462
update
Browse files- static/script.js +1 -0
static/script.js
CHANGED
@@ -12,6 +12,7 @@ const translateText = async (text) => {
|
|
12 |
}
|
13 |
);
|
14 |
const responseJSON = await response.json();
|
|
|
15 |
return JSON.stringify(responseJSON);
|
16 |
};
|
17 |
|
|
|
12 |
}
|
13 |
);
|
14 |
const responseJSON = await response.json();
|
15 |
+
|
16 |
return JSON.stringify(responseJSON);
|
17 |
};
|
18 |
|