Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,6 +47,6 @@ normal""")
|
|
| 47 |
button1 = gr.Button("↓en2fr")
|
| 48 |
output = gr.Dataframe(label="result")
|
| 49 |
|
| 50 |
-
button1.click(ens2frs, inputs=
|
| 51 |
|
| 52 |
app.launch(debug=True, share=True)
|
|
|
|
| 47 |
button1 = gr.Button("↓en2fr")
|
| 48 |
output = gr.Dataframe(label="result")
|
| 49 |
|
| 50 |
+
button1.click(ens2frs, inputs=[ens1,ens2,ens3], outputs=output)
|
| 51 |
|
| 52 |
app.launch(debug=True, share=True)
|