MINHCT commited on
Commit
de80a7e
1 Parent(s): 687c429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def crawURL(url):
73
 
74
  except Exception as e:
75
  print(f"Failed to crawl page: {url}, Error: {str(e)}")
76
- return null
77
 
78
  # Predict for text category by Models
79
  def process_api(text):
 
73
 
74
  except Exception as e:
75
  print(f"Failed to crawl page: {url}, Error: {str(e)}")
76
+ return None
77
 
78
  # Predict for text category by Models
79
  def process_api(text):