Update app.py
Browse files
app.py
CHANGED
|
@@ -134,17 +134,19 @@ with left:
|
|
| 134 |
st.image("photo.jpg", caption="Photo 1")
|
| 135 |
ddcheck_section = st.expander("due diligence check", expanded=True)
|
| 136 |
with ddcheck_section:
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
|
|
|
| 140 |
sb9_section = st.expander("SB9/ADU potentials", expanded=True)
|
| 141 |
with sb9_section:
|
| 142 |
st.write("SB9 ADU potentials(TBD)")
|
| 143 |
proforma_section = st.expander("proforma", expanded=True)
|
| 144 |
with proforma_section:
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
|
|
|
| 148 |
|
| 149 |
|
| 150 |
with right:
|
|
|
|
| 134 |
st.image("photo.jpg", caption="Photo 1")
|
| 135 |
ddcheck_section = st.expander("due diligence check", expanded=True)
|
| 136 |
with ddcheck_section:
|
| 137 |
+
st.image("dd-check.jpg")
|
| 138 |
+
# pdf_container = st.container()
|
| 139 |
+
# with pdf_container:
|
| 140 |
+
# display_PDF(st)
|
| 141 |
sb9_section = st.expander("SB9/ADU potentials", expanded=True)
|
| 142 |
with sb9_section:
|
| 143 |
st.write("SB9 ADU potentials(TBD)")
|
| 144 |
proforma_section = st.expander("proforma", expanded=True)
|
| 145 |
with proforma_section:
|
| 146 |
+
st.image("proforma.jpg")
|
| 147 |
+
# pdf_container = st.container()
|
| 148 |
+
# with pdf_container:
|
| 149 |
+
# display_PDF(st, pdf_url='proforma-example.pdf')
|
| 150 |
|
| 151 |
|
| 152 |
with right:
|