Update app.py
Browse files
app.py
CHANGED
|
@@ -276,6 +276,17 @@ with st.expander("⚙️ Advanced Settings", expanded=False):
|
|
| 276 |
|
| 277 |
results = []
|
| 278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 279 |
# =========================
|
| 280 |
# Single image
|
| 281 |
# =========================
|
|
|
|
| 276 |
|
| 277 |
results = []
|
| 278 |
|
| 279 |
+
with st.sidebar:
|
| 280 |
+
st.markdown("## About / Citation")
|
| 281 |
+
st.markdown(
|
| 282 |
+
"""
|
| 283 |
+
This tool was developed by the **Medical Physics Laboratory** of the Department of **Biophysics and Pharmacology – IBB, UNESP**.
|
| 284 |
+
**FAPESP Process:** 2024/01849-4.
|
| 285 |
+
**Coordination:** Prof. Allan Alves.
|
| 286 |
+
**Development:** Nycolas Mariotto.
|
| 287 |
+
"""
|
| 288 |
+
)
|
| 289 |
+
|
| 290 |
# =========================
|
| 291 |
# Single image
|
| 292 |
# =========================
|