JoshuaKelleyDs commited on
Commit
f13efbb
1 Parent(s): f3bec34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ async def create_youtube_transcription(youtube_url: str) -> List[langchain_core.
19
  Returns:
20
  List[langchain_core.documents.Document]: A list of documents containing the youtube transcription
21
  """
 
22
  try:
23
  loader = YoutubeLoader.from_youtube_url(
24
  youtube_url, add_video_info=False
 
19
  Returns:
20
  List[langchain_core.documents.Document]: A list of documents containing the youtube transcription
21
  """
22
+ await cl.Message(content=f"Hi").send()
23
  try:
24
  loader = YoutubeLoader.from_youtube_url(
25
  youtube_url, add_video_info=False