Spaces:
Running
Running
Fix
Browse files
app.ipynb
CHANGED
|
@@ -122,7 +122,7 @@
|
|
| 122 |
" with gr.Row():\n",
|
| 123 |
" data_run = gr.Button(\"Refresh\")\n",
|
| 124 |
" data_run.click(\n",
|
| 125 |
-
" get_submissions, inputs=gr.Variable(\"Landscape\"), outputs=
|
| 126 |
" )\n",
|
| 127 |
" with gr.TabItem(\"Wilcard\"):\n",
|
| 128 |
" with gr.Row():\n",
|
|
@@ -165,7 +165,7 @@
|
|
| 165 |
},
|
| 166 |
{
|
| 167 |
"cell_type": "code",
|
| 168 |
-
"execution_count":
|
| 169 |
"id": "339fee32-8a83-435d-b882-55b5f0994774",
|
| 170 |
"metadata": {},
|
| 171 |
"outputs": [],
|
|
|
|
| 122 |
" with gr.Row():\n",
|
| 123 |
" data_run = gr.Button(\"Refresh\")\n",
|
| 124 |
" data_run.click(\n",
|
| 125 |
+
" get_submissions, inputs=gr.Variable(\"Landscape\"), outputs=landscape_data\n",
|
| 126 |
" )\n",
|
| 127 |
" with gr.TabItem(\"Wilcard\"):\n",
|
| 128 |
" with gr.Row():\n",
|
|
|
|
| 165 |
},
|
| 166 |
{
|
| 167 |
"cell_type": "code",
|
| 168 |
+
"execution_count": 78,
|
| 169 |
"id": "339fee32-8a83-435d-b882-55b5f0994774",
|
| 170 |
"metadata": {},
|
| 171 |
"outputs": [],
|
app.py
CHANGED
|
@@ -64,7 +64,7 @@ with block:
|
|
| 64 |
with gr.Row():
|
| 65 |
data_run = gr.Button("Refresh")
|
| 66 |
data_run.click(
|
| 67 |
-
get_submissions, inputs=gr.Variable("Landscape"), outputs=
|
| 68 |
)
|
| 69 |
with gr.TabItem("Wilcard"):
|
| 70 |
with gr.Row():
|
|
|
|
| 64 |
with gr.Row():
|
| 65 |
data_run = gr.Button("Refresh")
|
| 66 |
data_run.click(
|
| 67 |
+
get_submissions, inputs=gr.Variable("Landscape"), outputs=landscape_data
|
| 68 |
)
|
| 69 |
with gr.TabItem("Wilcard"):
|
| 70 |
with gr.Row():
|