add loading text

This commit is contained in:
William Jeynes
2026-04-28 23:49:15 +01:00
parent 02c8dbfda9
commit f79156ea32
+1 -1
View File
@@ -7,7 +7,7 @@
<title>LLMs For Disinformation Analysis</title> <title>LLMs For Disinformation Analysis</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app">Loading...</div>
<script type="module" src="index.tsx"></script> <script type="module" src="index.tsx"></script>
</body> </body>
</html> </html>