Arri98 commited on
Commit
5380a73
1 Parent(s): 0c8b267

Try to serve logo 3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,5 +242,5 @@ Este space es parte de un proyecto de investigaci贸n para estudiar c贸mo el cono
242
  )
243
 
244
  if __name__ == "__main__":
245
- demo.launch(allowed_paths=["static/", "/static", "/home/user/app/static/"], show_api=False, share=True)
246
 
 
242
  )
243
 
244
  if __name__ == "__main__":
245
+ demo.launch(allowed_paths=["static/", "/static", "/home/user/app/static/", "/home/user/app/static/logo.png.", "/home/user/app/static/logo.png"], show_api=False, share=True)
246