Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def fx_dt(dc,x,y):
|
|
66 |
D_table=DT[:,sum(f[int(y-1)]),by(f[int(x-1)])]
|
67 |
return D_table.to_pandas()
|
68 |
|
69 |
-
demo=gr.Blocks(css="#jsc
|
70 |
with demo:
|
71 |
with gr.Tabs():
|
72 |
with gr.TabItem("测试1"):
|
|
|
66 |
D_table=DT[:,sum(f[int(y-1)]),by(f[int(x-1)])]
|
67 |
return D_table.to_pandas()
|
68 |
|
69 |
+
demo=gr.Blocks(css="#jsc:hover{background-color: red;}")
|
70 |
with demo:
|
71 |
with gr.Tabs():
|
72 |
with gr.TabItem("测试1"):
|