Spaces:
Build error
Build error
Keane Moraes
commited on
Commit
·
8275bd6
1
Parent(s):
22ca17f
how to update
Browse files
app.py
CHANGED
|
@@ -18,6 +18,8 @@ with col2:
|
|
| 18 |
|
| 19 |
st.markdown("---")
|
| 20 |
|
|
|
|
|
|
|
| 21 |
col3, mid2, col4 = st.columns([40,5,40])
|
| 22 |
with col3:
|
| 23 |
st.markdown("### Drop the first document")
|
|
|
|
| 18 |
|
| 19 |
st.markdown("---")
|
| 20 |
|
| 21 |
+
st.markdown("## Drop in two documents and get insights between them.")
|
| 22 |
+
|
| 23 |
col3, mid2, col4 = st.columns([40,5,40])
|
| 24 |
with col3:
|
| 25 |
st.markdown("### Drop the first document")
|