Johan713 commited on
Commit
b16bec1
·
verified ·
1 Parent(s): 3084a5d

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +0 -6
app2.py CHANGED
@@ -1048,12 +1048,6 @@ def get_trend_description(df):
1048
  else:
1049
  return "The number of cases has remained relatively stable over the five-year period."
1050
 
1051
- from bs4 import BeautifulSoup, NavigableString, Tag
1052
- import requests
1053
- import time
1054
- import logging
1055
- import re
1056
-
1057
  class LegalDataRetriever:
1058
  def __init__(self):
1059
  self.session = requests.Session()
 
1048
  else:
1049
  return "The number of cases has remained relatively stable over the five-year period."
1050
 
 
 
 
 
 
 
1051
  class LegalDataRetriever:
1052
  def __init__(self):
1053
  self.session = requests.Session()