Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Medical Chatbot API
|
2 |
|
3 |
A FastAPI-based medical chatbot API powered by LangChain and custom models.
|
|
|
1 |
+
---
|
2 |
+
title: Medical Chatbot API
|
3 |
+
emoji: 🏥
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
sdk_version: "1.0"
|
8 |
+
app_file: app/main.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
# Medical Chatbot API
|
15 |
|
16 |
A FastAPI-based medical chatbot API powered by LangChain and custom models.
|