Spaces:
Sleeping
Sleeping
added faavicon
Browse files
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")
|