Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🤗💬 HugChat App
|
2 |
```
|
3 |
This app is an LLM-powered chatbot built using Streamlit and HugChat.
|
@@ -21,4 +29,4 @@ The following disclaimer is from the GitHub repo from the authors of the [HugCha
|
|
21 |
This app is built using the following Python libraries:
|
22 |
- [Streamlit](https://streamlit.io/)
|
23 |
- [HugChat](https://github.com/Soulter/hugging-chat-api)
|
24 |
-
- [OpenAssistant/oasst-sft-6-llama-30b-xor](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) LLM model
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: HugChat App ```
|
4 |
+
sdk: streamlit
|
5 |
+
emoji: 🏢
|
6 |
+
colorFrom: yellow
|
7 |
+
colorTo: blue
|
8 |
+
---
|
9 |
# 🤗💬 HugChat App
|
10 |
```
|
11 |
This app is an LLM-powered chatbot built using Streamlit and HugChat.
|
|
|
29 |
This app is built using the following Python libraries:
|
30 |
- [Streamlit](https://streamlit.io/)
|
31 |
- [HugChat](https://github.com/Soulter/hugging-chat-api)
|
32 |
+
- [OpenAssistant/oasst-sft-6-llama-30b-xor](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) LLM model
|