Commit
Browse files- Pages/About.py +1 -1
Pages/About.py
CHANGED
|
@@ -20,7 +20,7 @@ def about_page():
|
|
| 20 |
"The data on which these models are trained can be found [here](https://www.kaggle.com/datasets/harsh502s/stackexchange-tag-dataset)."
|
| 21 |
)
|
| 22 |
with col[1]:
|
| 23 |
-
st.image("
|
| 24 |
|
| 25 |
st.write("\n")
|
| 26 |
st.write("\n")
|
|
|
|
| 20 |
"The data on which these models are trained can be found [here](https://www.kaggle.com/datasets/harsh502s/stackexchange-tag-dataset)."
|
| 21 |
)
|
| 22 |
with col[1]:
|
| 23 |
+
st.image("Group.svg", width=300)
|
| 24 |
|
| 25 |
st.write("\n")
|
| 26 |
st.write("\n")
|