Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ with block:
|
|
| 76 |
with gr.Row():
|
| 77 |
data_run = gr.Button("Refresh")
|
| 78 |
data_run.click(
|
| 79 |
-
get_submissions, inputs=gr.Variable("
|
| 80 |
)
|
| 81 |
with gr.TabItem("Notebooks in Dataset Repositories 📖"):
|
| 82 |
with gr.Row():
|
|
@@ -86,7 +86,7 @@ with block:
|
|
| 86 |
with gr.Row():
|
| 87 |
data_run = gr.Button("Refresh")
|
| 88 |
data_run.click(
|
| 89 |
-
get_submissions, inputs=gr.Variable("
|
| 90 |
)
|
| 91 |
|
| 92 |
block.load(get_submissions, inputs=gr.Variable("Model"), outputs=model_data)
|
|
|
|
| 76 |
with gr.Row():
|
| 77 |
data_run = gr.Button("Refresh")
|
| 78 |
data_run.click(
|
| 79 |
+
get_submissions, inputs=gr.Variable("Model"), outputs=model_data
|
| 80 |
)
|
| 81 |
with gr.TabItem("Notebooks in Dataset Repositories 📖"):
|
| 82 |
with gr.Row():
|
|
|
|
| 86 |
with gr.Row():
|
| 87 |
data_run = gr.Button("Refresh")
|
| 88 |
data_run.click(
|
| 89 |
+
get_submissions, inputs=gr.Variable("Dataset"), outputs=dataset_data
|
| 90 |
)
|
| 91 |
|
| 92 |
block.load(get_submissions, inputs=gr.Variable("Model"), outputs=model_data)
|