Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,21 +38,6 @@ with stylable_container(
|
|
| 38 |
st.button("Delete File")
|
| 39 |
|
| 40 |
|
| 41 |
-
with stylable_container(
|
| 42 |
-
key="container_with_border",
|
| 43 |
-
css_styles=r"""
|
| 44 |
-
button p:before {
|
| 45 |
-
font-family: 'Font Awesome 5 Free';
|
| 46 |
-
content: '\f37e';
|
| 47 |
-
display: inline-block;
|
| 48 |
-
padding-right: 3px;
|
| 49 |
-
vertical-align: middle;
|
| 50 |
-
font-weight: 900;
|
| 51 |
-
}
|
| 52 |
-
""",
|
| 53 |
-
):
|
| 54 |
-
st.button("Browse Files")
|
| 55 |
-
|
| 56 |
|
| 57 |
|
| 58 |
|
|
|
|
| 38 |
st.button("Delete File")
|
| 39 |
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
|
| 43 |
|