ArtemisStreamlit / README.md
Jwrockon's picture
Update README.md
fdc58ae verified
|
raw
history blame
1.48 kB
metadata
title: ArtemisStreamlit
emoji: 🐨
colorFrom: red
colorTo: gray
sdk: streamlit
sdk_version: 1.41.1
app_file: app.py
pinned: true

// Metadata Structure (Example) const assistantMetadata = { name: "Your Assistant Name", // e.g., "NeonAI" description: "A futuristic assistant powered by [Your Technology]", theme: { // Theme Settings backgroundColor: "#181818", // Dark Background accentColor: "#00FF00", // Neon Green fontFamily: "Roboto, sans-serif", // Sleek font }, features: [ { name: "Dynamic API Responses", description: "Get real-time updates and loading indicators.", icon: "πŸš€", // A rocket icon for speed }, { name: "Interactive Assistants", description: "Integrate assistants from Hugging Face using URS links.", icon: "πŸ€–", // Robot icon for assistants }, { name: "Matrix Filter", description: "Cool log display with the Matrix effect.", icon: "🟩", // Green block for Matrix effect }, ], assistants: [ // Array of assistant objects (populated dynamically) // Each object will have properties like name, description, URL, etc. ], };

// Example Usage: console.log(assistantMetadata.name); // Output: "Your Assistant Name" console.log(assistantMetadata.features[0].description); // Output: "Get real-time updates and loading indicators."

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference