Spaces:
Sleeping
Sleeping
alessandro trinca tornidor
commited on
Commit
•
5dabade
1
Parent(s):
fe90c44
[feat] update direct URL space
Browse files
static/src/components/PageFooter.vue
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
<div class="pl-1 w-full">
|
6 |
<p class="">
|
7 |
<span>Trouble on scrolling this page? Open the
|
8 |
-
<PageFooterHyperlink path="https://aletrn-samgis.hf.space">direct URL space</PageFooterHyperlink>
|
9 |
as a new tab. </span>
|
10 |
<span><PageFooterHyperlink path="/">SamGIS</PageFooterHyperlink>: An inference machine learning POC applied to GIS thanks to
|
11 |
<PageFooterHyperlink path="https://github.com/vietanhdev/samexporter/">SAM Exporter</PageFooterHyperlink>
|
@@ -30,4 +30,4 @@ import {ref} from 'vue'
|
|
30 |
import PageFooterHyperlink from "@/components/PageFooterHyperlink.vue";
|
31 |
|
32 |
const showFooterRef = ref(true)
|
33 |
-
</script>
|
|
|
5 |
<div class="pl-1 w-full">
|
6 |
<p class="">
|
7 |
<span>Trouble on scrolling this page? Open the
|
8 |
+
<PageFooterHyperlink path="https://aletrn-samgis-lisa-on-cuda.hf.space">direct URL space</PageFooterHyperlink>
|
9 |
as a new tab. </span>
|
10 |
<span><PageFooterHyperlink path="/">SamGIS</PageFooterHyperlink>: An inference machine learning POC applied to GIS thanks to
|
11 |
<PageFooterHyperlink path="https://github.com/vietanhdev/samexporter/">SAM Exporter</PageFooterHyperlink>
|
|
|
30 |
import PageFooterHyperlink from "@/components/PageFooterHyperlink.vue";
|
31 |
|
32 |
const showFooterRef = ref(true)
|
33 |
+
</script>
|