xp3857 commited on
Commit
961bf3c
1 Parent(s): 27dfb54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,6 +46,7 @@ loading=("""
46
  position: relative;
47
  width: 80px;
48
  height: 80px;
 
49
  }
50
  .lds-ellipsis div {
51
  position: absolute;
@@ -105,7 +106,7 @@ loading=("""
105
  }
106
  }
107
  </style>
108
- <div class="lds-ellipsis"></div>""")
109
  def ac():
110
  def clear():
111
  return gr.update(value=0),gr.update(value=0)
 
46
  position: relative;
47
  width: 80px;
48
  height: 80px;
49
+ z-index:199999;
50
  }
51
  .lds-ellipsis div {
52
  position: absolute;
 
106
  }
107
  }
108
  </style>
109
+ <div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>""")
110
  def ac():
111
  def clear():
112
  return gr.update(value=0),gr.update(value=0)