Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|