Spaces:
Sleeping
Sleeping
Commit
·
613948b
1
Parent(s):
354aa43
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,6 +111,8 @@ def get_ans(inp):
|
|
| 111 |
|
| 112 |
def get_seo(inp):
|
| 113 |
plt.close()
|
|
|
|
|
|
|
| 114 |
tickers = yf.Tickers(inp)
|
| 115 |
x = tickers.tickers[inp].history(period="15y")
|
| 116 |
df = x
|
|
|
|
| 111 |
|
| 112 |
def get_seo(inp):
|
| 113 |
plt.close()
|
| 114 |
+
time_step = 100
|
| 115 |
+
|
| 116 |
tickers = yf.Tickers(inp)
|
| 117 |
x = tickers.tickers[inp].history(period="15y")
|
| 118 |
df = x
|