yukiapple323 commited on
Commit
f355a39
โ€ข
1 Parent(s): 0261267

Update index.html

Browse files
Files changed (1) hide show
  1. 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) {