Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🧬 OpenBioLLM Chatbot on Hugging Face
|
2 |
|
3 |
This Space uses [OpenBioLLM-8B](https://huggingface.co/aaditya/Llama3-OpenBioLLM-8B), a biomedical large language model based on Llama 3, to answer medical and life science-related questions interactively using Gradio.
|
|
|
1 |
+
---
|
2 |
+
title: OpenBioLLM Chatbot
|
3 |
+
emoji: 🧬
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.50.2"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# 🧬 OpenBioLLM Chatbot on Hugging Face
|
13 |
|
14 |
This Space uses [OpenBioLLM-8B](https://huggingface.co/aaditya/Llama3-OpenBioLLM-8B), a biomedical large language model based on Llama 3, to answer medical and life science-related questions interactively using Gradio.
|