Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -0
src/streamlit_app.py
CHANGED
|
@@ -2,6 +2,8 @@ import streamlit as st
|
|
| 2 |
import pandas as pd
|
| 3 |
import json
|
| 4 |
from pathlib import Path
|
|
|
|
|
|
|
| 5 |
|
| 6 |
st.set_page_config(layout="wide")
|
| 7 |
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
import json
|
| 4 |
from pathlib import Path
|
| 5 |
+
from PIL import Image, ImageOps
|
| 6 |
+
|
| 7 |
|
| 8 |
st.set_page_config(layout="wide")
|
| 9 |
|