Spaces:
Running
Running
tipshidden cleanup
Browse files- 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:
|