Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
import streamlit as st
|
2 |
import json
|
3 |
import matplotlib.pyplot as plt
|
|
|
|
|
4 |
import time
|
5 |
from PIL import Image
|
6 |
from streamlit_image_comparison import image_comparison
|
7 |
import numpy as np
|
8 |
|
|
|
|
|
9 |
st.set_page_config(layout="wide")
|
10 |
|
11 |
|
|
|
1 |
import streamlit as st
|
2 |
import json
|
3 |
import matplotlib.pyplot as plt
|
4 |
+
import matplotlib.gridspec as gridspec
|
5 |
+
import matplotlib.animation as animation
|
6 |
import time
|
7 |
from PIL import Image
|
8 |
from streamlit_image_comparison import image_comparison
|
9 |
import numpy as np
|
10 |
|
11 |
+
|
12 |
+
|
13 |
st.set_page_config(layout="wide")
|
14 |
|
15 |
|