Spaces:
Build error
Build error
Baisub Lee
commited on
Commit
·
e127f01
1
Parent(s):
86ea38c
changed default value
Browse files
app.py
CHANGED
|
@@ -83,8 +83,8 @@ interface = gr.Interface(
|
|
| 83 |
fn=fetch_and_rebalance,
|
| 84 |
inputs=[
|
| 85 |
gr.Textbox(lines=1, placeholder="ETFs (comma separated)", value="TQQQ,JEPI"),
|
| 86 |
-
gr.Textbox(lines=1, placeholder="Period", value="
|
| 87 |
-
gr.Slider(minimum=0.0, maximum=1.0, value=0.
|
| 88 |
],
|
| 89 |
outputs=["text", "plot"]
|
| 90 |
)
|
|
|
|
| 83 |
fn=fetch_and_rebalance,
|
| 84 |
inputs=[
|
| 85 |
gr.Textbox(lines=1, placeholder="ETFs (comma separated)", value="TQQQ,JEPI"),
|
| 86 |
+
gr.Textbox(lines=1, placeholder="Period", value="1y"),
|
| 87 |
+
gr.Slider(minimum=0.0, maximum=1.0, value=0.05, label="Rebalance Threshold Percentage")
|
| 88 |
],
|
| 89 |
outputs=["text", "plot"]
|
| 90 |
)
|