DrishtiSharma commited on
Commit
dcab038
Β·
verified Β·
1 Parent(s): 5f94e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -3,11 +3,7 @@ import streamlit as st
3
  # Used for Streamlit deployment
4
  from swarm import Swarm, Agent
5
 
6
- # For local deployment, use the following importations instead
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