Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
|
4 |
-
|
5 |
-
colorTo: "purple"
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
|
|
|
|
9 |
---
|
10 |
<!-- Your app description below -->
|
11 |
This Space hosts a customer-support chatbot powered by an Unsloth-QLoRA SLM with conversational memory.
|
12 |
-
--
|
|
|
1 |
---
|
2 |
+
title: Customer Support Chatbot
|
3 |
+
colorFrom: blue
|
4 |
+
colorTo: purple
|
|
|
5 |
sdk: gradio
|
6 |
+
sdk_version: 5.41.1
|
7 |
app_file: app.py
|
8 |
+
license: mit
|
9 |
+
emoji: π
|
10 |
---
|
11 |
<!-- Your app description below -->
|
12 |
This Space hosts a customer-support chatbot powered by an Unsloth-QLoRA SLM with conversational memory.
|
13 |
+
--
|