Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# modules/ui/ui.py
|
2 |
import streamlit as st
|
3 |
-
from PIL import
|
4 |
import base64
|
5 |
from streamlit_player import st_player
|
6 |
import logging
|
|
|
1 |
# modules/ui/ui.py
|
2 |
import streamlit as st
|
3 |
+
from PIL import Image
|
4 |
import base64
|
5 |
from streamlit_player import st_player
|
6 |
import logging
|