Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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:
|