Spaces:
Runtime error
Runtime error
Ruben
commited on
Commit
·
a2092d0
1
Parent(s):
9ac101b
wffa
Browse files
frontend/src/routes/index.svelte
CHANGED
@@ -13,7 +13,11 @@
|
|
13 |
<article class="prose">
|
14 |
<h1>Drawing to Map</h1>
|
15 |
</article>
|
|
|
|
|
|
|
16 |
<BrushSelector />
|
|
|
17 |
<div class="drawings py-3 -mx-3">
|
18 |
<DrawingCanvas />
|
19 |
<ResultCanvas />
|
|
|
13 |
<article class="prose">
|
14 |
<h1>Drawing to Map</h1>
|
15 |
</article>
|
16 |
+
|
17 |
+
<p>This is the official huggingface space for <a href="https://github.com/RubenGres/Drawing2Map">Drawing2Map</a></p>
|
18 |
+
|
19 |
<BrushSelector />
|
20 |
+
|
21 |
<div class="drawings py-3 -mx-3">
|
22 |
<DrawingCanvas />
|
23 |
<ResultCanvas />
|