MINHCT commited on
Commit
1bdf56f
β€’
1 Parent(s): 3a827ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -215,10 +215,10 @@ if url:
215
  st.divider() # πŸ‘ˆ Draws a horizontal rule
216
  st.title('Predicted Results')
217
  st.json({
218
- "Logistic": {
219
- "predicted_label_logistic": result.get("predicted_label_logistic"),
220
- "probability_logistic": result.get("probability_logistic")
221
- },
222
  "SVC": result.get("SVM_Predicted"),
223
  # "LSTM": result.get("LSTM")
224
  })
 
215
  st.divider() # πŸ‘ˆ Draws a horizontal rule
216
  st.title('Predicted Results')
217
  st.json({
218
+ # "Logistic": {
219
+ # "predicted_label_logistic": result.get("predicted_label_logistic"),
220
+ # "probability_logistic": result.get("probability_logistic")
221
+ # },
222
  "SVC": result.get("SVM_Predicted"),
223
  # "LSTM": result.get("LSTM")
224
  })