Spaces:
Build error
Build error
Merge pull request #4 from andreped/dev
Browse filesAdded streamlit and MIT badges to README
README.md
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
# chatbot-streamlit-demo
|
2 |
|
|
|
|
|
|
|
3 |
This application demonstrates how to setup a simple ChatBot with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service), [llama-index](https://docs.llamaindex.ai/en/stable/), and [Streamlit](https://streamlit.io).
|
4 |
|
5 |
The ChatBot enables you to talk with your own data - in this case, to learn about [André's research](https://scholar.google.com/citations?user=U20zUHQAAAAJ).
|
6 |
|
7 |
-
## Demo
|
8 |
|
9 |
A demo is hosted publicly at Streamlit at [https://chatbot-app-demo.streamlit.app](https://chatbot-app-demo.streamlit.app).
|
10 |
|
|
|
1 |
# chatbot-streamlit-demo
|
2 |
|
3 |
+
[](https://chatbot-app-demo.streamlit.app)
|
4 |
+
[](https://opensource.org/licenses/MIT)
|
5 |
+
|
6 |
This application demonstrates how to setup a simple ChatBot with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service), [llama-index](https://docs.llamaindex.ai/en/stable/), and [Streamlit](https://streamlit.io).
|
7 |
|
8 |
The ChatBot enables you to talk with your own data - in this case, to learn about [André's research](https://scholar.google.com/citations?user=U20zUHQAAAAJ).
|
9 |
|
10 |
+
## Demo [](https://chatbot-app-demo.streamlit.app)
|
11 |
|
12 |
A demo is hosted publicly at Streamlit at [https://chatbot-app-demo.streamlit.app](https://chatbot-app-demo.streamlit.app).
|
13 |
|