xinchen9 commited on
Commit
25b9863
·
verified ·
1 Parent(s): a2e719b

[Update]Change number of lines of citation

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -138,7 +138,7 @@ with demo:
138
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
139
 
140
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
141
- with gr.TabItem("UnlearnDiffAtk", elem_id="UnlearnDiffAtk-benchmark-tab-table", id=0):
142
  with gr.Row():
143
  with gr.Column():
144
  with gr.Row():
@@ -334,7 +334,7 @@ with demo:
334
  citation_button = gr.Textbox(
335
  value=CITATION_BUTTON_TEXT,
336
  label=CITATION_BUTTON_LABEL,
337
- lines=6,
338
  elem_id="citation-button",
339
  show_copy_button=True,
340
  )
 
138
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
139
 
140
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
141
+ with gr.TabItem("UnlearnDiffAtk Benchmark", elem_id="UnlearnDiffAtk-benchmark-tab-table", id=0):
142
  with gr.Row():
143
  with gr.Column():
144
  with gr.Row():
 
334
  citation_button = gr.Textbox(
335
  value=CITATION_BUTTON_TEXT,
336
  label=CITATION_BUTTON_LABEL,
337
+ lines=10,
338
  elem_id="citation-button",
339
  show_copy_button=True,
340
  )