Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,13 @@ from pathlib import Path
|
|
4 |
from PIL import Image
|
5 |
import streamlit as st
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
# ---- CONFIG ----
|
8 |
st.set_page_config(
|
9 |
page_title="Streamlit iCodeIdoia",
|
|
|
4 |
from PIL import Image
|
5 |
import streamlit as st
|
6 |
|
7 |
+
import urllib.request
|
8 |
+
from PIL import Image,ImageFile
|
9 |
+
import streamlit as st
|
10 |
+
import numpy as np
|
11 |
+
import requests
|
12 |
+
from io import BytesIO
|
13 |
+
|
14 |
# ---- CONFIG ----
|
15 |
st.set_page_config(
|
16 |
page_title="Streamlit iCodeIdoia",
|