MainiSandeep1987 commited on
Commit
362c1c1
·
verified ·
1 Parent(s): bf8e7d2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import streamlit as st
2
  import pandas as pd
3
  import requests
 
 
4
 
5
  # Streamlit UI for Customer Churn Prediction
6
  st.title("Telecom Customer Churn Prediction App")
 
1
  import streamlit as st
2
  import pandas as pd
3
  import requests
4
+ import time
5
+
6
 
7
  # Streamlit UI for Customer Churn Prediction
8
  st.title("Telecom Customer Churn Prediction App")