Omar Solano
commited on
Commit
Β·
5b5d8e0
1
Parent(s):
394e7a8
add "Towards AI Blog" source option to sources in main.py
Browse files- scripts/main.py +1 -0
scripts/main.py
CHANGED
@@ -228,6 +228,7 @@ sources = gr.CheckboxGroup(
|
|
228 |
"LlamaIndex Docs",
|
229 |
"LangChain Docs",
|
230 |
"OpenAI Cookbooks",
|
|
|
231 |
# "All Sources",
|
232 |
],
|
233 |
interactive=True,
|
|
|
228 |
"LlamaIndex Docs",
|
229 |
"LangChain Docs",
|
230 |
"OpenAI Cookbooks",
|
231 |
+
"Towards AI Blog",
|
232 |
# "All Sources",
|
233 |
],
|
234 |
interactive=True,
|