Harsh502s commited on
Commit
8cf7791
Β·
1 Parent(s): 7853d1d
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("Images/group.svg", width=300)
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("Images/Robot.svg", width=350)
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("Images/sort.svg", width=450)
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__":