Koomemartin commited on
Commit
8f012b4
·
verified ·
1 Parent(s): 598294b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from bs4 import BeautifulSoup
3
  import requests
4
  from groq import Groq
5
 
6
- # Define the Website class
7
  class Website:
8
  def __init__(self, url):
9
  self.url = url
 
3
  import requests
4
  from groq import Groq
5
 
6
+ # Define the Website class added
7
  class Website:
8
  def __init__(self, url):
9
  self.url = url