Spaces:
Runtime error
Runtime error
Update app.py
Browse filesSwing options check in beta
app.py
CHANGED
@@ -70,8 +70,8 @@ iface = gr.Interface(
|
|
70 |
InputNumber(label="EMA Loockback period (days, min 5 and max 60)", value=10),
|
71 |
InputNumber(label="Bullish Stochastic Value (below)", value=30),
|
72 |
InputNumber(label="Bearish Stochastic Value (above)", value=70),
|
73 |
-
InputCheckbox(label="Check Bullish Swing (HH + HL)"),
|
74 |
-
InputCheckbox(label="Check Bearish Swing (LH + LL)")
|
75 |
],
|
76 |
outputs=[
|
77 |
OutputFile(label="Download Bullish XLSX"),
|
|
|
70 |
InputNumber(label="EMA Loockback period (days, min 5 and max 60)", value=10),
|
71 |
InputNumber(label="Bullish Stochastic Value (below)", value=30),
|
72 |
InputNumber(label="Bearish Stochastic Value (above)", value=70),
|
73 |
+
InputCheckbox(label="Check Bullish Swing (HH + HL) (beta)"),
|
74 |
+
InputCheckbox(label="Check Bearish Swing (LH + LL) (beta)")
|
75 |
],
|
76 |
outputs=[
|
77 |
OutputFile(label="Download Bullish XLSX"),
|