Nexo-S commited on
Commit
54ff8fa
·
verified ·
1 Parent(s): cec785e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ async def predict_signal(symbol, timeframe="1h"):
252
  "xgb": round(time_prob, 3),
253
  "rf": round(ml_prob, 3),
254
  "lstm": round(lstm_prob, 3),
255
- "sent": round(float(p_sent, 3)
256
  },
257
  "weights": {
258
  "w_xgb": round(wt, 2),
 
252
  "xgb": round(time_prob, 3),
253
  "rf": round(ml_prob, 3),
254
  "lstm": round(lstm_prob, 3),
255
+ "sent": round(p_sent, 3)
256
  },
257
  "weights": {
258
  "w_xgb": round(wt, 2),