Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# 패키지 불러오기
|
| 2 |
import re
|
|
|
|
| 3 |
from io import BytesIO
|
| 4 |
import streamlit as st
|
| 5 |
|
|
|
|
| 1 |
# 패키지 불러오기
|
| 2 |
import re
|
| 3 |
+
import base64
|
| 4 |
from io import BytesIO
|
| 5 |
import streamlit as st
|
| 6 |
|