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