Spaces:
Sleeping
Sleeping
yukiapple323
commited on
Commit
โข
f355a39
1
Parent(s):
0261267
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -96,7 +96,7 @@
|
|
96 |
}
|
97 |
|
98 |
function analyzeNutrition(text) {
|
99 |
-
console.log("Original text:", text);
|
100 |
// ์ ๊ท์์ ์ฌ์ฉํ์ฌ ์คํ ํจ๋ ์ถ์ถ
|
101 |
const sugarMatch = text.match(/๋น[^\d]*(\d+(\.\d+)?)\s*(g|grams|๊ทธ๋จ)/i);
|
102 |
if (sugarMatch) {
|
|
|
96 |
}
|
97 |
|
98 |
function analyzeNutrition(text) {
|
99 |
+
console.log("Original text:", text);
|
100 |
// ์ ๊ท์์ ์ฌ์ฉํ์ฌ ์คํ ํจ๋ ์ถ์ถ
|
101 |
const sugarMatch = text.match(/๋น[^\d]*(\d+(\.\d+)?)\s*(g|grams|๊ทธ๋จ)/i);
|
102 |
if (sugarMatch) {
|