Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks() as demo:
|
|
122 |
)
|
123 |
|
124 |
|
125 |
-
btn.click(
|
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)
|