xinchen9 commited on
Commit
984196c
β€’
1 Parent(s): 8e09f14

[Update]Add table 1 on app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -137,16 +137,16 @@ with demo:
137
  gr.HTML(TITLE)
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():
145
- # search_bar = gr.Textbox(
146
- # placeholder=" πŸ” Search for your model (separate multiple queries with `;`) and press ENTER...",
147
- # show_label=False,
148
- # elem_id="search-bar",
149
- # )
150
  # with gr.Row():
151
  # shown_columns = gr.CheckboxGroup(
152
  # choices=[
 
137
  gr.HTML(TITLE)
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():
145
+ search_bar = gr.Textbox(
146
+ placeholder=" πŸ” Search for your model (separate multiple queries with `;`) and press ENTER...",
147
+ show_label=False,
148
+ elem_id="search-bar",
149
+ )
150
  # with gr.Row():
151
  # shown_columns = gr.CheckboxGroup(
152
  # choices=[