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