Spaces:
Running
Running
zach
commited on
Commit
·
b2c4d0e
1
Parent(s):
c8f4730
Remove docstring typos
Browse files- src/app.py +0 -1
src/app.py
CHANGED
@@ -139,7 +139,6 @@ def vote(vote_submitted: bool, option_mapping: dict, selected_button: str) -> Tu
|
|
139 |
- True if the vote was accepted
|
140 |
- Update for the selected vote button
|
141 |
- Update for the unselected vote button
|
142 |
-
- Update for re-enabling the Generate button
|
143 |
"""
|
144 |
if not option_mapping or vote_submitted:
|
145 |
return gr.skip(), gr.skip(), gr.skip()
|
|
|
139 |
- True if the vote was accepted
|
140 |
- Update for the selected vote button
|
141 |
- Update for the unselected vote button
|
|
|
142 |
"""
|
143 |
if not option_mapping or vote_submitted:
|
144 |
return gr.skip(), gr.skip(), gr.skip()
|