Kalana001 commited on
Commit
3055757
·
verified ·
1 Parent(s): 369e6cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,11 +32,11 @@ def load_system():
32
  decoder = BeamSearchDecoder()
33
  return decoder
34
 
35
- background_path = "SinCode/images/background.png"
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")
 
32
  decoder = BeamSearchDecoder()
33
  return decoder
34
 
35
+ background_path = "images/background.png"
36
  add_bg_from_local(background_path)
37
 
38
  with st.sidebar:
39
+ logo = Image.open("images/SinCodeLogo.jpg")
40
  st.image(logo, width=200)
41
  st.title("සිංCode Project")
42
  st.info("Prototype")