Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 100 |
|
| 101 |
generate_btn.click(
|
| 102 |
fn=execute_jupyter_agent,
|
| 103 |
-
inputs=[system_input, user_input, max_tokens, model, state
|
| 104 |
outputs=[html_output, state]
|
| 105 |
)
|
| 106 |
|
|
|
|
| 100 |
|
| 101 |
generate_btn.click(
|
| 102 |
fn=execute_jupyter_agent,
|
| 103 |
+
inputs=[system_input, user_input, max_tokens, model, state],
|
| 104 |
outputs=[html_output, state]
|
| 105 |
)
|
| 106 |
|