Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,8 @@ with row3_col5:
|
|
| 104 |
# Output and Interaction
|
| 105 |
###
|
| 106 |
#####
|
| 107 |
-
|
|
|
|
| 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:
|