Spaces:
Sleeping
Sleeping
Commit
·
9d8e329
1
Parent(s):
58de15f
feat: Add Hugging Face Space configuration
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Chatbot Backend
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Chatbot Backend
|
| 11 |
+
|
| 12 |
+
This Space hosts the FastAPI backend for the GNN-based chatbot.
|