Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,13 +14,13 @@ CITATION_BUTTON_TEXT = """
|
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
gr.HTML("<h1><center>Healthsheet Creator! πͺπ<h1><center>")
|
17 |
-
gr.HTML(
|
18 |
|
19 |
with gr.Row():
|
20 |
-
with gr.Accordion("
|
21 |
citation_button = gr.Textbox(
|
22 |
value=CITATION_BUTTON_TEXT,
|
23 |
-
lines=
|
24 |
elem_id="citation-button",
|
25 |
).style(show_copy_button=True)
|
26 |
|
|
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
gr.HTML("<h1><center>Healthsheet Creator! πͺπ<h1><center>")
|
17 |
+
gr.HTML('<h3><center>Create a healthsheet based on <a href="https://arxiv.org/abs/2202.13028">Rostamzadeh et al. (2022) <i>Healthsheet: Development of a Transparency Artifact for Health Datasets</i></a><h4><center>')
|
18 |
|
19 |
with gr.Row():
|
20 |
+
with gr.Accordion("Citation", open=False):
|
21 |
citation_button = gr.Textbox(
|
22 |
value=CITATION_BUTTON_TEXT,
|
23 |
+
lines=9,
|
24 |
elem_id="citation-button",
|
25 |
).style(show_copy_button=True)
|
26 |
|