w3robotics commited on
Commit
25f92b8
·
verified ·
1 Parent(s): 4037040

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,7 +8,7 @@ st.markdown(
8
  )
9
 
10
  with stylable_container(
11
- key="container_with_border",
12
  css_styles=r"""
13
  button p:before {
14
  font-family: 'Font Awesome 5 Free';
@@ -23,7 +23,7 @@ with stylable_container(
23
  st.button("Upload File")
24
 
25
  with stylable_container(
26
- key="container_with_border",
27
  css_styles=r"""
28
  button p:before {
29
  font-family: 'Font Awesome 5 Free';
 
8
  )
9
 
10
  with stylable_container(
11
+ key="upload_button",
12
  css_styles=r"""
13
  button p:before {
14
  font-family: 'Font Awesome 5 Free';
 
23
  st.button("Upload File")
24
 
25
  with stylable_container(
26
+ key="delete_button",
27
  css_styles=r"""
28
  button p:before {
29
  font-family: 'Font Awesome 5 Free';