Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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))
|