Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|