Kalana001 commited on
Commit
823a054
·
verified ·
1 Parent(s): 32bde11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ background_path = "Sincode/images/background.png"
36
  add_bg_from_local(background_path)
37
 
38
  with st.sidebar:
39
- logo = Image.open("/content/drive/MyDrive/FYP/SinCodeLogo.jpg")
40
  st.image(logo, width=200)
41
  st.title("සිංCode Project")
42
  st.info("Prototype")
 
36
  add_bg_from_local(background_path)
37
 
38
  with st.sidebar:
39
+ logo = Image.open("Sincode/images/SinCodeLogo.jpg")
40
  st.image(logo, width=200)
41
  st.title("සිංCode Project")
42
  st.info("Prototype")