Invicto69 commited on
Commit
3b63311
·
verified ·
1 Parent(s): 668f654

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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")