MK-316 commited on
Commit
a2ff245
1 Parent(s): 35bb374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks() as app:
55
  gr.Markdown("## ❄️ [2] Display a Specific Exam Question Requested")
56
  with gr.Row():
57
  year_input = gr.Textbox(label="Type a file name among the result items: e.g., Year_item_part(a,b)", placeholder="Enter Year like '2024_01'")
58
- submit_button = gr.Button("Submit") # Added submit button
59
  image_output = gr.HTML()
60
 
61
  # Define action for the submit button
 
55
  gr.Markdown("## ❄️ [2] Display a Specific Exam Question Requested")
56
  with gr.Row():
57
  year_input = gr.Textbox(label="Type a file name among the result items: e.g., Year_item_part(a,b)", placeholder="Enter Year like '2024_01'")
58
+ submit_button = gr.Button("Show me the exam question") # Added submit button
59
  image_output = gr.HTML()
60
 
61
  # Define action for the submit button