hra commited on
Commit
c548d52
1 Parent(s): 6473e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks() as demo:
122
  )
123
 
124
 
125
- btn.click(getstuff, inputs=[textboxopenapi,textboxtopic],outputs=[table1])
126
 
127
 
128
  demo.launch(debug=True)
 
122
  )
123
 
124
 
125
+ btn.click(get_learning_curriculum, inputs=[textboxopenapi,textboxtopic],outputs=[table1])
126
 
127
 
128
  demo.launch(debug=True)