Kathir0011 commited on
Commit
afb439e
Β·
1 Parent(s): cae37e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -70,7 +70,10 @@ 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
- 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
76
  youtube_video_assistant = gr.Interface(
@@ -80,7 +83,7 @@ youtube_video_assistant = gr.Interface(
80
  outputs=gr.TextArea(label="Answers using Gemini Pro:"),
81
  title=title,
82
  description=description,
83
- #article=article
84
  )
85
 
86
  # launching the web 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"\
74
+ "πŸ’° [Health Insurance Predictor](http://health-insurance-cost-predictor-k19.streamlit.app/) \n"\
75
+ "πŸ“° [Fake News Detector](https://fake-news-detector-k19.streamlit.app/) \n"\
76
+ "πŸͺΆ [Birds Classifier](https://huggingface.co/spaces/Kathir0011/Birds_Classification)"
77
 
78
  # building the app
79
  youtube_video_assistant = gr.Interface(
 
83
  outputs=gr.TextArea(label="Answers using Gemini Pro:"),
84
  title=title,
85
  description=description,
86
+ article=article
87
  )
88
 
89
  # launching the web app