Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ st.markdown(
|
|
8 |
)
|
9 |
|
10 |
with stylable_container(
|
11 |
-
key="
|
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="
|
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';
|