Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import streamlit as st
|
2 |
from swarm import Swarm, Agent
|
3 |
from bs4 import BeautifulSoup
|
|
|
1 |
+
# image source: https://www.globesign.com/blog/a-beginners-guide-to-google-website-analyzer/
|
2 |
import streamlit as st
|
3 |
from swarm import Swarm, Agent
|
4 |
from bs4 import BeautifulSoup
|