Update
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# YouTube Video Transcript Analyzer
|
3 |
|
@@ -58,14 +70,4 @@ The application uses the `langchain` library to handle various tasks such as loa
|
|
58 |
This project is licensed under the MIT License - see the [LICENSE](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt) file for details.
|
59 |
```
|
60 |
|
61 |
-
|
62 |
-
title: YouTube Video Transcript Analyzer
|
63 |
-
emoji: 🐨
|
64 |
-
colorFrom: green
|
65 |
-
colorTo: blue
|
66 |
-
sdk: streamlit
|
67 |
-
sdk_version: 1.26.0
|
68 |
-
app_file: app.py
|
69 |
-
pinned: false
|
70 |
-
license: openrail
|
71 |
-
---
|
|
|
1 |
+
---
|
2 |
+
title: YouTube Video Transcript Analyzer
|
3 |
+
emoji: 🐨
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.26.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: openrail
|
11 |
+
---
|
12 |
+
|
13 |
|
14 |
# YouTube Video Transcript Analyzer
|
15 |
|
|
|
70 |
This project is licensed under the MIT License - see the [LICENSE](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt) file for details.
|
71 |
```
|
72 |
|
73 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|