Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -0
src/streamlit_app.py
CHANGED
|
@@ -9,6 +9,9 @@ import tempfile
|
|
| 9 |
import os
|
| 10 |
import base64
|
| 11 |
|
|
|
|
|
|
|
|
|
|
| 12 |
# Function to encode image to base64
|
| 13 |
@st.cache_data
|
| 14 |
def get_base64_of_bin_file(bin_file):
|
|
|
|
| 9 |
import os
|
| 10 |
import base64
|
| 11 |
|
| 12 |
+
import os
|
| 13 |
+
|
| 14 |
+
|
| 15 |
# Function to encode image to base64
|
| 16 |
@st.cache_data
|
| 17 |
def get_base64_of_bin_file(bin_file):
|