Jonah Ramponi commited on
Commit
8983fcf
·
1 Parent(s): 22be37d

Bug: huggingface display padding fix

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -25,6 +25,10 @@ if "state" not in st.session_state:
25
 
26
  STATE = st.session_state.state
27
 
 
 
 
 
28
 
29
  cv_upload_box = st.file_uploader(
30
  "CV Upload Box",
 
25
 
26
  STATE = st.session_state.state
27
 
28
+ # Weird Hugging Face display issue, padding fixes it
29
+ st.markdown("\n")
30
+ st.markdown("\n")
31
+ st.markdown("\n")
32
 
33
  cv_upload_box = st.file_uploader(
34
  "CV Upload Box",