jayebaku commited on
Commit
ce3edd0
·
verified ·
1 Parent(s): ff91dc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(visible=False)
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"):