File size: 948 Bytes
f912731
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fd7f528
f912731
 
 
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
33
<!DOCTYPE html>
<html  lang="en">

<head>
  <meta charset="utf-8">
  <meta name="keywords" content="chatPix">
  <meta name="description" content="">
  <title>App</title>
  <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
  <link rel="stylesheet" href="style.css?v={{ version }}">

</head>
<body>
<div class="top-bar">
    <form action="{{ url_for('home') }}" method="post" enctype=multipart/form-data autocomplete="off">
        <div class="form-item">

            <label for="query">Query</label>
            <input type="text" id="query" name="query">
            <label for="count">Count</label>
            <input type="text" id="count" name="count">
                        
        </div>

        <input type="submit" class="button_make" value="Run">
    </form>
  
</div>
{{ html_out }}
</body>
</html>