Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Hosted Link:
|
2 |
https://bibekbot.streamlit.app/
|
3 |
|
@@ -48,4 +62,4 @@ streamlit run b_bot.py
|
|
48 |
|
49 |
Reference:
|
50 |
I referred to https://github.com/patrickloeber/pytorch-chatbot for simple implementation of contextual chatbot with interactions from terminals.
|
51 |
-
I referred to https://github.com/AI-Yash/st-chat for the beautiful chatbot interface.
|
|
|
1 |
+
---
|
2 |
+
title: Bgpt
|
3 |
+
emoji: 📉
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: green
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.19.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
|
15 |
# Hosted Link:
|
16 |
https://bibekbot.streamlit.app/
|
17 |
|
|
|
62 |
|
63 |
Reference:
|
64 |
I referred to https://github.com/patrickloeber/pytorch-chatbot for simple implementation of contextual chatbot with interactions from terminals.
|
65 |
+
I referred to https://github.com/AI-Yash/st-chat for the beautiful chatbot interface.
|