[Update] BB emoji added
Browse files
app.py
CHANGED
@@ -401,7 +401,7 @@ with demo:
|
|
401 |
|
402 |
|
403 |
with gr.Row():
|
404 |
-
with gr.Accordion("Contributors", open=True):
|
405 |
citation_button = gr.Textbox(
|
406 |
value=CONTRIBUTOR_BUTTON_TEXT,
|
407 |
label=CONTRIBUTOR_BUTTON_LABEL,
|
|
|
401 |
|
402 |
|
403 |
with gr.Row():
|
404 |
+
with gr.Accordion("📘 Contributors", open=True):
|
405 |
citation_button = gr.Textbox(
|
406 |
value=CONTRIBUTOR_BUTTON_TEXT,
|
407 |
label=CONTRIBUTOR_BUTTON_LABEL,
|