zainali9091 commited on
Commit
b46dbda
·
verified ·
1 Parent(s): 979c6d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ features_list = df.columns[:-1].tolist()
83
  trained_tree = id3(df, df, features_list)
84
 
85
  # --- UI Interface ---
86
- st.markdown("### 🟢 tahoor001 / ID_3_Algo")
87
  st.caption("Hugging Face is way more fun with friends and colleagues! [Join an organization]")
88
 
89
  left_col, right_col = st.columns([1, 1])
 
83
  trained_tree = id3(df, df, features_list)
84
 
85
  # --- UI Interface ---
86
+ st.markdown("### 🟢 SyedZain001 / ID_3_Algo")
87
  st.caption("Hugging Face is way more fun with friends and colleagues! [Join an organization]")
88
 
89
  left_col, right_col = st.columns([1, 1])