Spaces:
Sleeping
Sleeping
<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> | |