Spaces:
Running
Running
Add 2 files
Browse files- index.html +3 -3
- prompts.txt +1 -3
index.html
CHANGED
@@ -107,11 +107,11 @@
|
|
107 |
Peso (kg)
|
108 |
<span class="tooltip ml-1">
|
109 |
<i class="fas fa-info-circle text-blue-500"></i>
|
110 |
-
<span class="tooltip-text">Informe seu peso em quilogramas com até 1 casa decimal. Ex:
|
111 |
</span>
|
112 |
</label>
|
113 |
<div class="relative">
|
114 |
-
<input type="number" id="weight" step="0.1" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" placeholder="Ex:
|
115 |
<span class="absolute right-3 top-3 text-gray-500">kg</span>
|
116 |
</div>
|
117 |
</div>
|
@@ -251,7 +251,7 @@
|
|
251 |
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Homens: abaixo de 102cm<br>Mulheres: abaixo de 88cm</td>
|
252 |
</tr>
|
253 |
<tr class="hover:bg-gray-50">
|
254 |
-
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-
|
255 |
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Obesidade Grau III</td>
|
256 |
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Risco extremo</td>
|
257 |
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Homens: abaixo de 102cm<br>Mulheres: abaixo de 88cm</td>
|
|
|
107 |
Peso (kg)
|
108 |
<span class="tooltip ml-1">
|
109 |
<i class="fas fa-info-circle text-blue-500"></i>
|
110 |
+
<span class="tooltip-text">Informe seu peso em quilogramas com até 1 casa decimal. Ex: 10.5kg</span>
|
111 |
</span>
|
112 |
</label>
|
113 |
<div class="relative">
|
114 |
+
<input type="number" id="weight" step="0.1" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500" placeholder="Ex: 10.5" min="10" max="300" required>
|
115 |
<span class="absolute right-3 top-3 text-gray-500">kg</span>
|
116 |
</div>
|
117 |
</div>
|
|
|
251 |
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Homens: abaixo de 102cm<br>Mulheres: abaixo de 88cm</td>
|
252 |
</tr>
|
253 |
<tr class="hover:bg-gray-50">
|
254 |
+
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-9">Acima de 40,0</td>
|
255 |
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Obesidade Grau III</td>
|
256 |
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Risco extremo</td>
|
257 |
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Homens: abaixo de 102cm<br>Mulheres: abaixo de 88cm</td>
|
prompts.txt
CHANGED
@@ -1,3 +1 @@
|
|
1 |
-
|
2 |
-
Preciso que ajuste o peso para que aceite fração em ate 1 digito, ou seja, permita que o peso tenha decimal.
|
3 |
-
Preciso que além do calculo do IMC e também da apresentação do peso ideal, voce encontre a informação da circunferência abdominal ideal para cada resultado e mostre junto com os resultados existentes.
|
|
|
1 |
+
Por favor, ajuste o peso para que aceite valores a partir de 10 kilos.
|
|
|
|