Lasdw commited on
Commit
388798b
·
1 Parent(s): ea37944

added faavicon

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -435,4 +435,4 @@ if __name__ == "__main__":
435
  print("-"*(60 + len(" App Starting ")) + "\n")
436
 
437
  print("Launching Gradio Interface for TurboNerd Agent...")
438
- demo.launch(debug=True, share=False, show_api=False)
 
435
  print("-"*(60 + len(" App Starting ")) + "\n")
436
 
437
  print("Launching Gradio Interface for TurboNerd Agent...")
438
+ demo.launch(debug=True, share=False, show_api=False, favicon_path="static/favicon.ico")