Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ import re
|
|
| 16 |
# --- Constants ---
|
| 17 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 18 |
|
| 19 |
-
|
| 20 |
TEST_URL = "https://www.youtube.com/watch?v=L1vXCYZAYYM"
|
| 21 |
def test_youtube():
|
| 22 |
try:
|
|
|
|
| 16 |
# --- Constants ---
|
| 17 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 18 |
|
| 19 |
+
import requests, logging, os
|
| 20 |
TEST_URL = "https://www.youtube.com/watch?v=L1vXCYZAYYM"
|
| 21 |
def test_youtube():
|
| 22 |
try:
|