Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,9 +72,9 @@ if tickerSymbol:
|
|
72 |
st.write(df)
|
73 |
|
74 |
if (Df["Close"][0] > Df["Open"][0] ):
|
75 |
-
st.write(NSE has uptrend on +date_str )
|
76 |
if (Df["Close"][0] < Df["Open"][0] ):
|
77 |
-
st.write(NSE has downdtrend on +date_str )
|
78 |
|
79 |
|
80 |
|
|
|
72 |
st.write(df)
|
73 |
|
74 |
if (Df["Close"][0] > Df["Open"][0] ):
|
75 |
+
st.write("NSE has uptrend on " +date_str )
|
76 |
if (Df["Close"][0] < Df["Open"][0] ):
|
77 |
+
st.write(" NSE has downdtrend on " +date_str )
|
78 |
|
79 |
|
80 |
|