Update app.py
Browse files
app.py
CHANGED
@@ -3,11 +3,7 @@ import streamlit as st
|
|
3 |
# Used for Streamlit deployment
|
4 |
from swarm import Swarm, Agent
|
5 |
|
6 |
-
|
7 |
-
'''
|
8 |
-
from swarm.core import Swarm
|
9 |
-
from swarm.types import Agent
|
10 |
-
'''
|
11 |
|
12 |
from bs4 import BeautifulSoup
|
13 |
import requests
|
|
|
3 |
# Used for Streamlit deployment
|
4 |
from swarm import Swarm, Agent
|
5 |
|
6 |
+
|
|
|
|
|
|
|
|
|
7 |
|
8 |
from bs4 import BeautifulSoup
|
9 |
import requests
|