Spaces:
Sleeping
Sleeping
Shaif Chowdhury
commited on
Commit
·
ff6a3ca
1
Parent(s):
d3cbe48
msg
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ iface = gr.Interface(
|
|
97 |
'Pie chart of stock movement',
|
98 |
'Chart of trading markers'],
|
99 |
label='Graph type'),
|
100 |
-
gr.inputs.Number(
|
101 |
|
102 |
],
|
103 |
outputs=outputs,
|
|
|
97 |
'Pie chart of stock movement',
|
98 |
'Chart of trading markers'],
|
99 |
label='Graph type'),
|
100 |
+
gr.inputs.Number(label="Marker value")
|
101 |
|
102 |
],
|
103 |
outputs=outputs,
|