Spaces:
Runtime error
Runtime error
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Camera Instagram Uploader</title> | |
| <link rel="stylesheet" href="/static/css/style.css"> | |
| </head> | |
| <body> | |
| <span id="camera-icon">π·</span> | |
| <video id="video" autoplay style="display: none;"></video> | |
| <canvas id="canvas"></canvas> | |
| <div id="button-container"> | |
| <button id="capture-btn" style="display: none;">Capture</button> | |
| <button id="switch-btn" style="display: none;">Switch Camera</button> | |
| <button id="retake-btn" style="display: none;">Retake</button> | |
| <button id="upload-btn" style="display: none;">Upload to Instagram</button> | |
| </div> | |
| <div id="status">Click the camera icon to start.</div> | |
| <script src="/static/js/script.js"></script> | |
| </body> | |
| </html> |