Spaces:
Build error
Build error
freemt
commited on
Commit
·
80cced0
1
Parent(s):
1bdc1b2
Update flagged=True
Browse files- radiobee/__main__.py +1 -1
radiobee/__main__.py
CHANGED
@@ -414,7 +414,7 @@ if __name__ == "__main__":
|
|
414 |
layout="vertical", # horizontal unaligned
|
415 |
# height=150, # 500
|
416 |
width=900, # 900
|
417 |
-
allow_flagging=
|
418 |
flagging_options=["fatal", "bug", "brainstorm", "excelsior", "paragon"],
|
419 |
css=f"{css} {css_file}",
|
420 |
)
|
|
|
414 |
layout="vertical", # horizontal unaligned
|
415 |
# height=150, # 500
|
416 |
width=900, # 900
|
417 |
+
allow_flagging=True,
|
418 |
flagging_options=["fatal", "bug", "brainstorm", "excelsior", "paragon"],
|
419 |
css=f"{css} {css_file}",
|
420 |
)
|