Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -159,7 +159,7 @@ with gr.Blocks(title="AI Topic Identifier & Remedial Test Generator") as demo:
|
|
| 159 |
|
| 160 |
run_button = gr.Button("🚀 Identify Topics & Generate Test")
|
| 161 |
|
| 162 |
-
output_box = gr.Textbox(label="📝
|
| 163 |
|
| 164 |
run_button.click(fn=identify_topics_and_generate_test, inputs=[qp_file, graded_as_file], outputs=[output_box])
|
| 165 |
|
|
|
|
| 159 |
|
| 160 |
run_button = gr.Button("🚀 Identify Topics & Generate Test")
|
| 161 |
|
| 162 |
+
output_box = gr.Textbox(label="📝 Output (JSON)", lines=20)
|
| 163 |
|
| 164 |
run_button.click(fn=identify_topics_and_generate_test, inputs=[qp_file, graded_as_file], outputs=[output_box])
|
| 165 |
|