coyotte508 commited on
Commit
e5bb1dc
·
1 Parent(s): d1778f2

sample file

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +1 -1
src/routes/+page.svelte CHANGED
@@ -2,7 +2,7 @@
2
  import { goto } from '$app/navigation';
3
  import { checkDduf } from '$lib/check-dduf';
4
 
5
- let url = '';
6
  let output = '';
7
 
8
  async function handleSubmit(event: Event) {
 
2
  import { goto } from '$app/navigation';
3
  import { checkDduf } from '$lib/check-dduf';
4
 
5
+ let url = 'https://huggingface.co/spaces/coyotte508/dduf-check/resolve/main/file.dduf';
6
  let output = '';
7
 
8
  async function handleSubmit(event: Event) {