Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import re
|
|
4 |
import requests
|
5 |
import yfinance as yf
|
6 |
import warnings
|
|
|
7 |
warnings.filterwarnings("ignore")
|
8 |
|
9 |
from bs4 import BeautifulSoup
|
|
|
4 |
import requests
|
5 |
import yfinance as yf
|
6 |
import warnings
|
7 |
+
import streamlit as st
|
8 |
warnings.filterwarnings("ignore")
|
9 |
|
10 |
from bs4 import BeautifulSoup
|