jdesiree commited on
Commit
fac58fc
·
verified ·
1 Parent(s): 84718be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -784,7 +784,7 @@ if __name__ == "__main__":
784
  server_name="0.0.0.0",
785
  share=True,
786
  debug=True,
787
- favicon_path="assets/favicon.ico"
788
  )
789
 
790
  except Exception as e:
 
784
  server_name="0.0.0.0",
785
  share=True,
786
  debug=True,
787
+ favicon_path="favicon.ico"
788
  )
789
 
790
  except Exception as e: