atz21 commited on
Commit
fea400d
·
verified ·
1 Parent(s): 860528c

Update app.py

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