This commit is contained in:
pngwn 2022-03-11 16:15:48 +00:00
parent cdd4b5a81a
commit bc38734e76
2 changed files with 2 additions and 9 deletions

View File

@ -1,5 +1,5 @@
import App from "./App.svelte";
import Blocks from "./Blocks.svelte"
import Blocks from "./Blocks.svelte";
import Login from "./Login.svelte";
import { fn } from "./api";
@ -101,20 +101,12 @@ window.launchGradio = (config: Config, element_query: string) => {
new Blocks({
target: target,
props: config
<<<<<<< HEAD
});
=======
});
>>>>>>> Blocks-Components
} else {
new App({
target: target,
props: config
<<<<<<< HEAD
});
=======
});
>>>>>>> Blocks-Components
}
}
};

View File

@ -8,6 +8,7 @@
export let include_file_metadata = true;
let hidden_upload: HTMLInputElement;
let dragging = false;
let file_count;
const dispatch = createEventDispatcher();