Create config.yaml
Browse files- config.yaml +15 -0
config.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
title: "🧠 Codette Hybrid Space"
|
| 2 |
+
description: "Chat with Codette and run quantum chaos simulations — all from a single interface."
|
| 3 |
+
tags:
|
| 4 |
+
- ai
|
| 5 |
+
- philosophy
|
| 6 |
+
- quantum
|
| 7 |
+
- simulation
|
| 8 |
+
- cognitive-ai
|
| 9 |
+
- gradio-app
|
| 10 |
+
token_required: true
|
| 11 |
+
app_file: app.py
|
| 12 |
+
sdk: gradio
|
| 13 |
+
python_version: 3.10
|
| 14 |
+
license: "other"
|
| 15 |
+
hardware: cpu-basic
|