Spaces:
Running
Running
Shiyu Zhao
commited on
Commit
·
2fb2ae1
1
Parent(s):
b861675
Update space
Browse files
app.py
CHANGED
|
@@ -1028,9 +1028,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 1028 |
)
|
| 1029 |
|
| 1030 |
|
| 1031 |
-
|
| 1032 |
-
|
| 1033 |
-
result = gr.Textbox(label="Submission Status", interactive=False)
|
| 1034 |
|
| 1035 |
# Set up event handlers
|
| 1036 |
model_type_filter.change(
|
|
|
|
| 1028 |
)
|
| 1029 |
|
| 1030 |
|
| 1031 |
+
submit_btn = gr.Button("Submit", variant="primary", interactive=False)
|
| 1032 |
+
result = gr.Textbox(label="Submission Status", interactive=False)
|
|
|
|
| 1033 |
|
| 1034 |
# Set up event handlers
|
| 1035 |
model_type_filter.change(
|