Spaces:
Runtime error
Runtime error
Commit
·
eed0640
1
Parent(s):
ef5c378
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import transformers
|
|
2 |
import streamlit as st
|
3 |
from annotated_text import annotated_text
|
4 |
from streamlit_lottie import st_lottie
|
5 |
-
import requests
|
6 |
|
7 |
def load_lottieurl(url: str):
|
8 |
r = requests.get(url) #Make a request to a web page, and return the status code:
|
|
|
2 |
import streamlit as st
|
3 |
from annotated_text import annotated_text
|
4 |
from streamlit_lottie import st_lottie
|
5 |
+
import requests
|
6 |
|
7 |
def load_lottieurl(url: str):
|
8 |
r = requests.get(url) #Make a request to a web page, and return the status code:
|