MINHCT commited on
Commit
687c429
β€’
1 Parent(s): 3604fde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -206,7 +206,8 @@ if url:
206
  st.title('Predicted Results')
207
  st.json({
208
  "Logistic": result.get("Logistic_Predicted"),
209
- "SVC": result.get("SVM_Predicted")
 
210
  })
211
 
212
  st.divider() # πŸ‘ˆ Draws a horizontal rule
 
206
  st.title('Predicted Results')
207
  st.json({
208
  "Logistic": result.get("Logistic_Predicted"),
209
+ "SVC": result.get("SVM_Predicted"),
210
+ "LSTM": result.get("LSTM")
211
  })
212
 
213
  st.divider() # πŸ‘ˆ Draws a horizontal rule