Spaces:
Runtime error
Runtime error
Added deployed demo snapshot
Browse files
README.md
CHANGED
@@ -17,14 +17,13 @@ app_file: knowledge_gpt/main.py
|
|
17 |
[](https://referencebot.streamlit.app)
|
18 |
[](https://github.com/andreped/ReferenceBot/actions/workflows/deploy.yml)
|
19 |
|
20 |
-
## [Continuous integration](https://github.com/andreped/
|
21 |
|
22 |
| Build Type | Status |
|
23 |
| - | - |
|
24 |
| **HF Deploy** | [](https://github.com/andreped/referencebot/actions) |
|
25 |
| **File size check** | [](https://github.com/andreped/referencebot/actions) |
|
26 |
|
27 |
-
|
28 |
## [Installation](https://github.com/andreped/referencebot#installation)
|
29 |
|
30 |
Follow the instructions below to run the Streamlit server locally.
|
@@ -80,6 +79,12 @@ docker run -p 8501:8501 reference-bot
|
|
80 |
|
81 |
Open http://localhost:8501 in your browser to access the app.
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
## [Acknowledgements](https://github.com/andreped/referencebot#acknowledgements)
|
84 |
|
85 |
We have built on-top of [KnowledgeGPT](https://github.com/mmz-001/knowledge_gpt) to enable the tool be be used with Azure OpenAI Services. Thus, all credit should go towards the original developers.
|
|
|
17 |
[](https://referencebot.streamlit.app)
|
18 |
[](https://github.com/andreped/ReferenceBot/actions/workflows/deploy.yml)
|
19 |
|
20 |
+
## [Continuous integration](https://github.com/andreped/referencebot#continuous-integration)
|
21 |
|
22 |
| Build Type | Status |
|
23 |
| - | - |
|
24 |
| **HF Deploy** | [](https://github.com/andreped/referencebot/actions) |
|
25 |
| **File size check** | [](https://github.com/andreped/referencebot/actions) |
|
26 |
|
|
|
27 |
## [Installation](https://github.com/andreped/referencebot#installation)
|
28 |
|
29 |
Follow the instructions below to run the Streamlit server locally.
|
|
|
79 |
|
80 |
Open http://localhost:8501 in your browser to access the app.
|
81 |
|
82 |
+
## [Demo](https://github.com/andreped/referencebot#demo) <a target="_blank" href="https://huggingface.co/spaces/andreped/ReferenceBot"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
83 |
+
|
84 |
+
A live demonstration is hosted at Hugging Face! Click the 🤗 badge above.
|
85 |
+
|
86 |
+

|
87 |
+
|
88 |
## [Acknowledgements](https://github.com/andreped/referencebot#acknowledgements)
|
89 |
|
90 |
We have built on-top of [KnowledgeGPT](https://github.com/mmz-001/knowledge_gpt) to enable the tool be be used with Azure OpenAI Services. Thus, all credit should go towards the original developers.
|