andreped commited on
Commit
1980b84
·
unverified ·
1 Parent(s): 21b21cc

Added deployed demo snapshot

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -17,14 +17,13 @@ app_file: knowledge_gpt/main.py
17
  [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://referencebot.streamlit.app)
18
  [![CI/CD](https://github.com/andreped/ReferenceBot/actions/workflows/deploy.yml/badge.svg)](https://github.com/andreped/ReferenceBot/actions/workflows/deploy.yml)
19
 
20
- ## [Continuous integration](https://github.com/andreped/chatbot-streamlit-demo#continuous-integration)
21
 
22
  | Build Type | Status |
23
  | - | - |
24
  | **HF Deploy** | [![Deploy](https://github.com/andreped/referencebot/workflows/Deploy/badge.svg)](https://github.com/andreped/referencebot/actions) |
25
  | **File size check** | [![Filesize](https://github.com/andreped/referencebot/workflows/Check%20file%20size/badge.svg)](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
  [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://referencebot.streamlit.app)
18
  [![CI/CD](https://github.com/andreped/ReferenceBot/actions/workflows/deploy.yml/badge.svg)](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** | [![Deploy](https://github.com/andreped/referencebot/workflows/Deploy/badge.svg)](https://github.com/andreped/referencebot/actions) |
25
  | **File size check** | [![Filesize](https://github.com/andreped/referencebot/workflows/Check%20file%20size/badge.svg)](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
+ ![Screenshot 2023-10-30 at 15 35 51](https://github.com/andreped/ReferenceBot/assets/29090665/c64d8f54-d3da-41b8-8f57-0ed1eb3a1c30)
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.