Omar Solano commited on
Commit
ac6677d
β€’
1 Parent(s): 7b6593b

update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -9,9 +9,13 @@ app_file: scripts/gradio-ui.py
9
  pinned: false
10
  ---
11
 
12
- This repository contains the notebooks for the RAG AI tutor course in [notebooks](./notebooks).
13
 
14
- A Gradio UI for an AI tutor chatbot is available in [scripts](./scripts/gradio-ui.py).
 
 
 
 
15
 
16
  ### Installation (for Gradio UI)
17
 
 
9
  pinned: false
10
  ---
11
 
12
+ This repository contains the notebooks for the RAG course in [notebooks](./notebooks).
13
 
14
+ A Gradio UI for an AI tutor chatbot is available in [scripts/gradio-ui.py](./scripts/gradio-ui.py).
15
+
16
+ The Gradio demo is deployed on Hugging Face Spaces service at this URL: [AI Tutor Chatbot on Hugging Face](https://huggingface.co/spaces/towardsai-buster/ai-tutor-chatbot).
17
+
18
+ There is a GitHub action that automatically deploys the Gradio demo after pushing changes inside the scripts folder.
19
 
20
  ### Installation (for Gradio UI)
21