yougandar commited on
Commit
0dc6c6b
·
verified ·
1 Parent(s): 007107c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def predict_all(symbol):
48
  entry_price = float(round(df["Close"].iloc[-1], 2))
49
  sl = float(round(entry_price * 0.985, 2))
50
  target = float(round(entry_price * 1.02, 2))
51
- now_time = datetime.now().strftime("%I:%M%p").lower()
52
  confidence_str = f"{float(trend['confidence'])}%"
53
 
54
  # Explanation map
 
48
  entry_price = float(round(df["Close"].iloc[-1], 2))
49
  sl = float(round(entry_price * 0.985, 2))
50
  target = float(round(entry_price * 1.02, 2))
51
+ now_time = datetime.now().strftime("%Y-%m-%d %I:%M%p").lower()
52
  confidence_str = f"{float(trend['confidence'])}%"
53
 
54
  # Explanation map