Commit
Β·
3f66623
1
Parent(s):
8ddcc62
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ iface = gr.Interface(
|
|
126 |
gr.inputs.Number(label="Enter the Year of Reference")
|
127 |
],
|
128 |
outputs=[
|
129 |
-
gr.outputs.Plotly(label="Candlestick Chart")
|
130 |
gr.outputs.Textbox(label="Supply and Demand Levels")
|
131 |
]
|
132 |
)
|
|
|
126 |
gr.inputs.Number(label="Enter the Year of Reference")
|
127 |
],
|
128 |
outputs=[
|
129 |
+
gr.outputs.Plotly(label="Candlestick Chart"),
|
130 |
gr.outputs.Textbox(label="Supply and Demand Levels")
|
131 |
]
|
132 |
)
|