Pendrokar commited on
Commit
cec4e54
·
1 Parent(s): 89a9ff9

tipshidden cleanup

Browse files
Files changed (1) hide show
  1. app/ui_vote.py +0 -1
app/ui_vote.py CHANGED
@@ -19,7 +19,6 @@ def blur_text():
19
  def unblur_text():
20
  return gr.update(elem_classes=[])
21
  def hidetips():
22
- gr.Info('Tips hidden')
23
  return gr.update(open=False)
24
 
25
  with gr.Blocks() as vote:
 
19
  def unblur_text():
20
  return gr.update(elem_classes=[])
21
  def hidetips():
 
22
  return gr.update(open=False)
23
 
24
  with gr.Blocks() as vote: