Commit
Browse files- Images/Group.svg β Group.svg +0 -0
- Pages/About.py +2 -2
- Images/Robot.svg β Robot.svg +0 -0
- Images/Sort.svg β Sort.svg +0 -0
- app.py +1 -1
Images/Group.svg β Group.svg
RENAMED
File without changes
|
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")
|
@@ -28,7 +28,7 @@ def about_page():
|
|
28 |
with st.container():
|
29 |
col = st.columns([1, 2])
|
30 |
with col[0]:
|
31 |
-
st.image("
|
32 |
with col[1]:
|
33 |
st.title("Models Used:")
|
34 |
st.write(
|
|
|
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")
|
|
|
28 |
with st.container():
|
29 |
col = st.columns([1, 2])
|
30 |
with col[0]:
|
31 |
+
st.image("Robot.svg", width=350)
|
32 |
with col[1]:
|
33 |
st.title("Models Used:")
|
34 |
st.write(
|
Images/Robot.svg β Robot.svg
RENAMED
File without changes
|
Images/Sort.svg β Sort.svg
RENAMED
File without changes
|
app.py
CHANGED
@@ -41,7 +41,7 @@ def main():
|
|
41 |
st.divider()
|
42 |
|
43 |
with cols[1]:
|
44 |
-
st.image("
|
45 |
|
46 |
|
47 |
if __name__ == "__main__":
|
|
|
41 |
st.divider()
|
42 |
|
43 |
with cols[1]:
|
44 |
+
st.image("Sort.svg", width=450)
|
45 |
|
46 |
|
47 |
if __name__ == "__main__":
|