Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -277,7 +277,7 @@ with gr.Blocks(fill_width=True) as demo:
|
|
| 277 |
QA_run_button = gr.Button("Start QA", interactive=False)
|
| 278 |
hsummary = gr.Textbox(label="Summary")
|
| 279 |
|
| 280 |
-
qa_df = gr.DataFrame(
|
| 281 |
|
| 282 |
|
| 283 |
# with gr.Tab("Event Type Classification Eval"):
|
|
|
|
| 277 |
QA_run_button = gr.Button("Start QA", interactive=False)
|
| 278 |
hsummary = gr.Textbox(label="Summary")
|
| 279 |
|
| 280 |
+
qa_df = gr.DataFrame()
|
| 281 |
|
| 282 |
|
| 283 |
# with gr.Tab("Event Type Classification Eval"):
|