Spaces:
Sleeping
Sleeping
Shaif Chowdhury
commited on
Commit
•
d3cbe48
1
Parent(s):
e5f21ef
msg
Browse files- app.py +1 -1
- requirements.txt +2 -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(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(placeholder=".1", label="Marker value")
|
101 |
|
102 |
],
|
103 |
outputs=outputs,
|
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ yfinance
|
|
3 |
pandas
|
4 |
numpy
|
5 |
plotly
|
6 |
-
matplotlib
|
|
|
|
3 |
pandas
|
4 |
numpy
|
5 |
plotly
|
6 |
+
matplotlib
|
7 |
+
scikit-learn
|