Harsh23Kashyap commited on
Commit
eed0640
·
1 Parent(s): ef5c378

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: