Spaces:
Running
Running
jbdel
commited on
Commit
•
d0950b7
1
Parent(s):
df43c05
minor
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
59 |
hf_options = gr.CheckboxGroup(
|
60 |
label="Hugging Face options",
|
61 |
choices=["🤗 paper-page", "datasets", "models", "spaces", "github"],
|
|
|
62 |
elem_id="hf_options"
|
63 |
)
|
64 |
|
@@ -287,7 +288,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
287 |
outputs=paper_central_component,
|
288 |
)
|
289 |
|
290 |
-
|
291 |
# Set up the event listener for the 'Next Day' button
|
292 |
next_day_btn.click(
|
293 |
fn=go_to_next_day,
|
@@ -316,7 +316,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
316 |
outputs=paper_central_component,
|
317 |
)
|
318 |
|
319 |
-
|
320 |
# Event chaining for conference options change
|
321 |
conference_options.change(
|
322 |
fn=on_conference_options_change,
|
|
|
59 |
hf_options = gr.CheckboxGroup(
|
60 |
label="Hugging Face options",
|
61 |
choices=["🤗 paper-page", "datasets", "models", "spaces", "github"],
|
62 |
+
value=["🤗 paper-page"],
|
63 |
elem_id="hf_options"
|
64 |
)
|
65 |
|
|
|
288 |
outputs=paper_central_component,
|
289 |
)
|
290 |
|
|
|
291 |
# Set up the event listener for the 'Next Day' button
|
292 |
next_day_btn.click(
|
293 |
fn=go_to_next_day,
|
|
|
316 |
outputs=paper_central_component,
|
317 |
)
|
318 |
|
|
|
319 |
# Event chaining for conference options change
|
320 |
conference_options.change(
|
321 |
fn=on_conference_options_change,
|