update web demo
Browse files- owl/webapp_zh.py +1 -0
owl/webapp_zh.py
CHANGED
@@ -7,6 +7,7 @@ import json
|
|
7 |
from typing import Tuple, List, Dict, Any
|
8 |
import importlib
|
9 |
|
|
|
10 |
# Enhanced CSS with navigation bar and additional styling
|
11 |
custom_css = """
|
12 |
:root {
|
|
|
7 |
from typing import Tuple, List, Dict, Any
|
8 |
import importlib
|
9 |
|
10 |
+
os.environ['PYTHONIOENCODING'] = 'utf-8'
|
11 |
# Enhanced CSS with navigation bar and additional styling
|
12 |
custom_css = """
|
13 |
:root {
|