NCTCMumbai commited on
Commit
d668f09
β€’
1 Parent(s): a941cf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -371,7 +371,7 @@ with gr.Blocks(title="Quiz Maker", theme=gr.themes.Default(primary_hue="green",
371
  with gr.Column(scale=2):
372
  load_btn = gr.Button("Click to Load!πŸš€")
373
  load_text = gr.Textbox()
374
- load_btn.click(fn=load_model, inputs=[], outputs=load_text)
375
 
376
  topic = gr.Textbox(label="Enter the Topic for Quiz", placeholder="Write any topic/details from Customs Manual")
377
 
 
371
  with gr.Column(scale=2):
372
  load_btn = gr.Button("Click to Load!πŸš€")
373
  load_text = gr.Textbox()
374
+ load_btn.click(fn=load_model, outputs=load_text)
375
 
376
  topic = gr.Textbox(label="Enter the Topic for Quiz", placeholder="Write any topic/details from Customs Manual")
377