Yashwanth11187 commited on
Commit
81b3d47
·
verified ·
1 Parent(s): b82a093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()