JaredBailey commited on
Commit
31a97c4
·
verified ·
1 Parent(s): 946ff9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -104,7 +104,8 @@ with row3_col5:
104
  # Output and Interaction
105
  ###
106
  #####
107
- components.html("""<hr style="height:10px;border:none;color:#333;background-color:#333;" /> """)
 
108
 
109
  _, col_1, col_2, _ = st.columns([1, 4, 4, 1], gap="medium")
110
  with col_2:
 
104
  # Output and Interaction
105
  ###
106
  #####
107
+ st.write("\n\n")
108
+ components.html("""<hr style="height:2px;border:none;color:#333;background-color:#333;" /> """)
109
 
110
  _, col_1, col_2, _ = st.columns([1, 4, 4, 1], gap="medium")
111
  with col_2: