JaredBailey commited on
Commit
02cf218
·
verified ·
1 Parent(s): f98c0c0

Update app.py

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