w3robotics commited on
Commit
6fb5170
·
verified ·
1 Parent(s): 0692ff6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- <i class="fa-solid fa-file-arrow-up"></i>
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