You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
463 B
22 lines
463 B
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('如下是测试数据:')]
|
|
|