Spaces:
Running
Running
Update app.py
Browse files
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("""
|