Update app.py
Browse files
app.py
CHANGED
|
@@ -29,6 +29,7 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
| 29 |
from youtube_transcript_api import YouTubeTranscriptApi
|
| 30 |
# from langchain.agents import create_tool_calling_agent
|
| 31 |
|
|
|
|
| 32 |
# (Keep Constants as is)
|
| 33 |
# --- Constants ---
|
| 34 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
|
| 29 |
from youtube_transcript_api import YouTubeTranscriptApi
|
| 30 |
# from langchain.agents import create_tool_calling_agent
|
| 31 |
|
| 32 |
+
|
| 33 |
# (Keep Constants as is)
|
| 34 |
# --- Constants ---
|
| 35 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|