Spaces:
Sleeping
Sleeping
[Update]Add table 1 on app.py
Browse files
app.py
CHANGED
@@ -137,16 +137,16 @@ with demo:
|
|
137 |
gr.HTML(TITLE)
|
138 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
139 |
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
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=[
|