Spaces:
Running
Running
Update app.py
Browse files
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
|