pedutronix commited on
Commit
3d14850
·
verified ·
1 Parent(s): 09ad4e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import re
16
  # --- Constants ---
17
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
18
 
19
- mport requests, logging, os
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: