Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>FastAPI Root</title> | |
| </head> | |
| <body> | |
| <h1>Response from FastAPI</h1> | |
| <div id="content"> | |
| </div> | |
| <input type="text" id="user-reply"> | |
| <input type="submit" onclick="generate()"> | |
| <script src="{{ url_for('static', filename='chatbot.js') }}"></script> | |
| </body> | |
| </html> |