Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -489,7 +489,7 @@ def main():
|
|
| 489 |
color_discrete_map={0: 'green', 1: 'red'})
|
| 490 |
st.plotly_chart(fig, use_container_width=True)
|
| 491 |
else:
|
| 492 |
-
st.warning("Please train the model first to explore the data.")
|
| 493 |
|
| 494 |
if __name__ == "__main__":
|
| 495 |
main()
|
|
|
|
| 489 |
color_discrete_map={0: 'green', 1: 'red'})
|
| 490 |
st.plotly_chart(fig, use_container_width=True)
|
| 491 |
else:
|
| 492 |
+
st.warning("Please train the model first to explore the data.")
|
| 493 |
|
| 494 |
if __name__ == "__main__":
|
| 495 |
main()
|