File size: 544 Bytes
06ad1c9
 
 
 
 
 
 
 
 
 
 
 
 
 
73c552e
06ad1c9
73c552e
06ad1c9
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
    <head>
        <title>Prediccion de acciones de Microsoft</title>
    </head>
    
    <body>
        <form name="form", method="POST", style="text-align: center;">
            <br>
            Cantidad de dias: <input type="number" name="dias", placeholder="Cantidad de dias (num natural)" required/>
            <br><br>
            
            <button>Run</button>
        </form>
        {% for output in outputs %}
        <p style="text-align: center;">{{ output }}</p>
        {% endfor %}
    </body>
</html>