djrana commited on
Commit
57ec9a3
1 Parent(s): 9ad2b9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -94,6 +94,7 @@ def ac():
94
 
95
  def noth():
96
  return gr.HTML.update("<div></div>")
 
97
  #a1=btn1.click(noth,None,btn1,every=1)
98
  btn1.click(cl_fac,None,[fac_b,message],show_progress=False)
99
  b1=btn1.click(start,None,[t_state,t_switch],show_progress=True)
 
94
 
95
  def noth():
96
  return gr.HTML.update("<div></div>")
97
+ theme = "huggingface"
98
  #a1=btn1.click(noth,None,btn1,every=1)
99
  btn1.click(cl_fac,None,[fac_b,message],show_progress=False)
100
  b1=btn1.click(start,None,[t_state,t_switch],show_progress=True)