Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
from streamlit_extras.stylable_container import stylable_container
|
| 4 |
|
| 5 |
st.markdown(
|
| 6 |
-
'<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"/>',
|
| 7 |
unsafe_allow_html=True,
|
| 8 |
)
|
| 9 |
|
|
@@ -22,7 +22,7 @@ with stylable_container(
|
|
| 22 |
):
|
| 23 |
st.button("Upload File")
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
|
| 28 |
|
|
|
|
| 3 |
from streamlit_extras.stylable_container import stylable_container
|
| 4 |
|
| 5 |
st.markdown(
|
| 6 |
+
'<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"/> <i class="fa-solid fa-file-arrow-up"></i>',
|
| 7 |
unsafe_allow_html=True,
|
| 8 |
)
|
| 9 |
|
|
|
|
| 22 |
):
|
| 23 |
st.button("Upload File")
|
| 24 |
|
| 25 |
+
|
| 26 |
|
| 27 |
|
| 28 |
|