from dash import dcc, html ,dash_table
import feffery_antd_components as fac
from server import app
import dash
import time
import uuid
from dash import dcc
from dash.dependencies import Input, Output, State, ALL
from dash.exceptions import PreventUpdate
import feffery_utils_components as fuc
from server import app
from utils.common import validate_data_not_empty
def render(*args, **kwargs):
return [
html.Div('如下是测试数据:')]