Shaif Chowdhury commited on
Commit
ff6a3ca
·
1 Parent(s): d3cbe48
Files changed (1) hide show
  1. app.py +1 -1
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(placeholder=".1", label="Marker value")
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,