Spaces:
Runtime error
Runtime error
<!-- public/index.html --> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Image Captioning App</title> | |
</head> | |
<body> | |
<div id="root"></div> | |
<!-- เรียกใช้ React app ที่จะถูกแสดงในตำแหน่งนี้ --> | |
<script src="%PUBLIC_URL%/index.js"></script> | |
</body> | |
</html> | |