Kalana001 commited on
Commit
32bde11
·
verified ·
1 Parent(s): 10740bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def load_system():
32
  decoder = BeamSearchDecoder()
33
  return decoder
34
 
35
- background_path = "/content/drive/MyDrive/FYP/background.png"
36
  add_bg_from_local(background_path)
37
 
38
  with st.sidebar:
 
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: