Spaces:
No application file
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