changxin commited on
Commit
5103506
1 Parent(s): 9cda4b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 {color: red}")
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"):