felfri commited on
Commit
39d6cb8
·
verified ·
1 Parent(s): 0d6044e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -385,7 +385,7 @@ class AIEvaluationForm:
385
  return (
386
  scorecard, # JSON display
387
  gr.File(value=filename, visible=True), # File for download
388
- gr.Button(visible=True) # Show download button
389
  gr.HTML(visible=False) # Hidden HTML for download trigger
390
  )
391
 
 
385
  return (
386
  scorecard, # JSON display
387
  gr.File(value=filename, visible=True), # File for download
388
+ gr.Button(visible=True), # Show download button
389
  gr.HTML(visible=False) # Hidden HTML for download trigger
390
  )
391