paddle12 commited on
Commit
c409263
·
verified ·
1 Parent(s): ad8afc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def predict_fault(uploaded_csv):
53
  fig, ax = plt.subplots()
54
  fault_counts = df['Predicted Fault Type'].value_counts().sort_index()
55
  fault_counts.plot(kind='bar', ax=ax)
56
- ax.set_title("Predicted Fault Type Counts")
57
  ax.set_xlabel("Fault Type")
58
  ax.set_ylabel("Count")
59
  ax.set_xticks(range(4))
 
53
  fig, ax = plt.subplots()
54
  fault_counts = df['Predicted Fault Type'].value_counts().sort_index()
55
  fault_counts.plot(kind='bar', ax=ax)
56
+ ax.set_title("Jumlah Tipe Fault yang Diprediksi")
57
  ax.set_xlabel("Fault Type")
58
  ax.set_ylabel("Count")
59
  ax.set_xticks(range(4))