Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- gradio_app.py +1 -0
gradio_app.py
CHANGED
|
@@ -72,6 +72,7 @@ with gr.Blocks(fill_width=True) as app:
|
|
| 72 |
["Reliance Industries Limited", "Structure trading", 20],
|
| 73 |
],
|
| 74 |
example_labels=['Order Block', 'Order Block with EMA', 'Structure trading'],
|
|
|
|
| 75 |
)
|
| 76 |
|
| 77 |
btn = gr.Button("Run")
|
|
|
|
| 72 |
["Reliance Industries Limited", "Structure trading", 20],
|
| 73 |
],
|
| 74 |
example_labels=['Order Block', 'Order Block with EMA', 'Structure trading'],
|
| 75 |
+
inputs=[stock, strategy, swing_hl]
|
| 76 |
)
|
| 77 |
|
| 78 |
btn = gr.Button("Run")
|