soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame
284 Bytes
<template>
<div class="flex">
<VueButton
icon-left="arrow_back"
class="icon-button flat"
@click="$router.back()"
/>
<VueButton
icon-left="arrow_forward"
class="icon-button flat"
@click="$router.forward()"
/>
</div>
</template>