Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
|
raw
history blame
287 Bytes
<AccountDropdown
  avatarURL="./demo/faces/female/25.jpg"
  name="Jane Pearson"
  description="Administrator"
  options={[
    "profile",
    { icon: "settings", value: "Settings", to: "/settings" },
    "mail",
    "message",
    "divider",
    "help",
    "logout",
  ]}
/>