Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
232 Bytes
<% if logged_in? %>
<script id="bootstrap-current-user" type="text/javascript">
window.currentUser = <%= render("api/users/user.json.jbuilder",
user: current_user).html_safe %>
</script>
<% end %>
<main id="root"></main>