Spaces:
Paused
Paused
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -3,6 +3,7 @@ import numpy as np
|
|
| 3 |
import pandas as pd
|
| 4 |
import streamlit as st
|
| 5 |
from PIL import Image # Used to open and handle image files
|
|
|
|
| 6 |
|
| 7 |
image_path = os.path.join(os.getcwd(), 'logo.png')
|
| 8 |
|
|
|
|
| 3 |
import pandas as pd
|
| 4 |
import streamlit as st
|
| 5 |
from PIL import Image # Used to open and handle image files
|
| 6 |
+
import os
|
| 7 |
|
| 8 |
image_path = os.path.join(os.getcwd(), 'logo.png')
|
| 9 |
|