Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ 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).\n\n"\
|
73 |
-
"Click here to view [demo](https://
|
74 |
article = "Other Projects:<br/>"\
|
75 |
"π° [Health Insurance Predictor](http://health-insurance-cost-predictor-k19.streamlit.app/)<br/>"\
|
76 |
"π° [Fake News Detector](https://fake-news-detector-k19.streamlit.app/)<br/>"\
|
|
|
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).\n\n"\
|
73 |
+
"Click here to view [demo](https://huggingface.co/spaces/Kathir0011/YouTube_Video_Assistant/blob/main/README.md)."
|
74 |
article = "Other Projects:<br/>"\
|
75 |
"π° [Health Insurance Predictor](http://health-insurance-cost-predictor-k19.streamlit.app/)<br/>"\
|
76 |
"π° [Fake News Detector](https://fake-news-detector-k19.streamlit.app/)<br/>"\
|