ww0 commited on
Commit
33daa78
1 Parent(s): 0c11ea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -443,7 +443,7 @@ class YouTubeChatbotApp(YouTubeChatbot):
443
  summary_message = f'Here is a summary of the video "{video_title}":'
444
  self.gradio_chat_history.append((None, summary_message))
445
  self.gradio_chat_history.append((None, summary))
446
- greeting_message = ('You can ask me anything about the video.'
447
  'I will do my best to answer!')
448
  self.gradio_chat_history.append((None, greeting_message))
449
  return self.gradio_chat_history
 
443
  summary_message = f'Here is a summary of the video "{video_title}":'
444
  self.gradio_chat_history.append((None, summary_message))
445
  self.gradio_chat_history.append((None, summary))
446
+ greeting_message = ('You can ask me anything about the video. '
447
  'I will do my best to answer!')
448
  self.gradio_chat_history.append((None, greeting_message))
449
  return self.gradio_chat_history