Update app.py
Browse files
app.py
CHANGED
|
@@ -2078,7 +2078,7 @@ def create_demo_interface():
|
|
| 2078 |
) as demo:
|
| 2079 |
|
| 2080 |
# Header
|
| 2081 |
-
header_html = components["create_header"]("3.3.9"
|
| 2082 |
|
| 2083 |
# Status bar with boundary badges
|
| 2084 |
status_html = components["create_status_bar"]()
|
|
|
|
| 2078 |
) as demo:
|
| 2079 |
|
| 2080 |
# Header
|
| 2081 |
+
header_html = components["create_header"]("3.3.9")
|
| 2082 |
|
| 2083 |
# Status bar with boundary badges
|
| 2084 |
status_html = components["create_status_bar"]()
|