Commit
Β·
7e33624
1
Parent(s):
64bfd3e
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ iface = gr.Interface(
|
|
120 |
gr.Number(label="Enter the Year of Reference")
|
121 |
],
|
122 |
outputs=[
|
123 |
-
gr.
|
124 |
gr.Textbox(label="Supply and Demand Levels")
|
125 |
]
|
126 |
)
|
|
|
120 |
gr.Number(label="Enter the Year of Reference")
|
121 |
],
|
122 |
outputs=[
|
123 |
+
gr.Plot(label="Candlestick Chart"),
|
124 |
gr.Textbox(label="Supply and Demand Levels")
|
125 |
]
|
126 |
)
|