Commit
·
cae37e9
1
Parent(s):
5d14259
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,6 @@ def get_response(video, request):
|
|
70 |
# creating title, description for the web app
|
71 |
title = "YouTube Video Assistant 🧑💻"
|
72 |
description = "Answers to the Questions asked by the user on the specified YouTube video. (English Only)\nClick here to view [demo](https://cdn-uploads.huggingface.co/production/uploads/641aa7814577db917f70f8aa/vSEGALDIYsqdRM7t_49rp.mp4)."
|
73 |
-
)."
|
74 |
article = "Other Projects:\n💰 [Health Insurance Predictor](https://health-insurance-cost-predictor-k19.streamlit.app/)\n📰 [Fake News Detector](https://fake-news-detector-k19.streamlit.app/)\n🪶 [Birds Classifier](https://huggingface.co/spaces/Kathir0011/Birds_Classification)"
|
75 |
|
76 |
# building the app
|
|
|
70 |
# creating title, description for the web app
|
71 |
title = "YouTube Video Assistant 🧑💻"
|
72 |
description = "Answers to the Questions asked by the user on the specified YouTube video. (English Only)\nClick here to view [demo](https://cdn-uploads.huggingface.co/production/uploads/641aa7814577db917f70f8aa/vSEGALDIYsqdRM7t_49rp.mp4)."
|
|
|
73 |
article = "Other Projects:\n💰 [Health Insurance Predictor](https://health-insurance-cost-predictor-k19.streamlit.app/)\n📰 [Fake News Detector](https://fake-news-detector-k19.streamlit.app/)\n🪶 [Birds Classifier](https://huggingface.co/spaces/Kathir0011/Birds_Classification)"
|
74 |
|
75 |
# building the app
|