ww0 commited on
Commit
0c11ea0
1 Parent(s): 50be202

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -9,4 +9,9 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- This chatbot rovides a summary to the YouTube video, and you can ask the chatbot any question about the video. The chatbot provides timestamps with its answers, which can help you go back and find the relevant content in the video.
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ # YouTube Chatbot
13
+
14
+ This chatbot provides a summary of the YouTube video, and you can ask the chatbot any question about the video. The chatbot provides timestamps with its answers, which can help you go back and find the relevant content in the video.
15
+
16
+ You can see a step-by-step guide on how I built the app in this notebook:
17
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ww-6/youtube-chatbot/blob/main/youtube-chatbot.ipynb)