Spaces:
Running
Running
Jellyfish042
commited on
Commit
Β·
78cebef
1
Parent(s):
15bfe11
bug fix
Browse files
app.py
CHANGED
@@ -416,7 +416,7 @@ with gr.Blocks(css=css) as demo:
|
|
416 |
with gr.Tab("π MultiLang"):
|
417 |
gr.Markdown("## Coming soon...")
|
418 |
with gr.Tab("π Scaling Law"):
|
419 |
-
period_selector_2 = gr.Dropdown(label="Period", choices=time_list, value=time_list[
|
420 |
|
421 |
|
422 |
def update_plot(period):
|
|
|
416 |
with gr.Tab("π MultiLang"):
|
417 |
gr.Markdown("## Coming soon...")
|
418 |
with gr.Tab("π Scaling Law"):
|
419 |
+
period_selector_2 = gr.Dropdown(label="Period", choices=time_list, value=time_list[-1])
|
420 |
|
421 |
|
422 |
def update_plot(period):
|