gangli71 commited on
Commit
4abbeaf
·
verified ·
1 Parent(s): 97e3967

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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