react-code-dataset / facenovel /app /controllers /static_pages_controller.rb
Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
73 Bytes
class StaticPagesController < ApplicationController
def root
end
end