ldhldh commited on
Commit
2347b7b
·
1 Parent(s): 98273a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import matplotlib.pyplot as plt
5
  from PIL import Image
6
  import copy
7
  import time
 
8
  from time import strftime, localtime
9
  from streamlit_autorefresh import st_autorefresh
10
 
 
5
  from PIL import Image
6
  import copy
7
  import time
8
+ import requests
9
  from time import strftime, localtime
10
  from streamlit_autorefresh import st_autorefresh
11