Spaces:
Running
Running
Update branding: Bug Matrix SQA TESTING LAB
Browse files- src/webui/interface.py +1 -1
src/webui/interface.py
CHANGED
|
@@ -131,7 +131,7 @@ def create_ui(theme_name="Hacker"):
|
|
| 131 |
ui_manager = WebuiManager()
|
| 132 |
|
| 133 |
with gr.Blocks(
|
| 134 |
-
title="
|
| 135 |
head="""
|
| 136 |
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤖</text></svg>">
|
| 137 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
| 131 |
ui_manager = WebuiManager()
|
| 132 |
|
| 133 |
with gr.Blocks(
|
| 134 |
+
title="Bug Matrix SQA TESTING LAB", theme=theme_map[theme_name], css=css, js=js_func,
|
| 135 |
head="""
|
| 136 |
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤖</text></svg>">
|
| 137 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|