File size: 1,544 Bytes
3de77ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title> Quirohelp </title>
</head>
<body>
	<div class="login22">
		<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 50px;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" height="50px" width="50px" onclick="location.href='/buscador_trauma'">  Traumatología</h2>
		<h3 style="padding-left: 90%;" onclick="location.href='/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" height="30px" width="30px" ></h3>
        <hr/>
        <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 25px;">Busqueda mediante selectores:</h2>
        
        <form action="{{url_for('seleccion_trauma')}}" method="post">

            <p>Procedimiento:</p>
			<input name=procedimiento type="text" placeholder="Escriba el procedimiento">
			<p>Casa comercial:</p>
			<input name=casa_comercial type="text" placeholder="Escriba la casa comercial">
			<br>
			<br>
			<button type="submit" style="height: 60px;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);border:2px solid white; border-radius: 10px;background-color: rgb(0, 128, 255);width: 100px; font-size: 20px;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';"> Buscar  <img src="{{ user_image4 }}" alt="" height="25px" width="32px" > </button>
            <br>
			<br>
            <br>
			<br>
            <b style="font-size: 20px;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
    
        </form>
	</div>
</body>
</html>