felfri commited on
Commit
23debb6
·
verified ·
1 Parent(s): 00e41a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -442,7 +442,6 @@ class AIEvaluationForm:
442
  #todo: needs implementation
443
  gr.Markdown("## 📬 Submit Your Scorecard to the Eval Cards Repository")
444
  uploaded_file = gr.File(label="Upload JSON File", file_types=[".json"])
445
- uploaded_preview = gr.JSON(label="Preview of Uploaded Content")
446
  uploaded_file.change(fn=load_uploaded_json, inputs=uploaded_file, outputs=uploaded_preview)
447
 
448
  gr.Markdown("""
 
442
  #todo: needs implementation
443
  gr.Markdown("## 📬 Submit Your Scorecard to the Eval Cards Repository")
444
  uploaded_file = gr.File(label="Upload JSON File", file_types=[".json"])
 
445
  uploaded_file.change(fn=load_uploaded_json, inputs=uploaded_file, outputs=uploaded_preview)
446
 
447
  gr.Markdown("""