Spaces:
Runtime error
Runtime error
zy7_oldserver commited on
Commit ·
f1e0db9
1
Parent(s): ea9a661
- tutorial8_app.py +10 -0
tutorial8_app.py
CHANGED
|
@@ -75,6 +75,16 @@ st.markdown(
|
|
| 75 |
""",
|
| 76 |
unsafe_allow_html=True
|
| 77 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
|
| 79 |
st.title("\U0001F9E0 Frankenstein - multimodal medical image generation")
|
| 80 |
st.markdown("""
|
|
|
|
| 75 |
""",
|
| 76 |
unsafe_allow_html=True
|
| 77 |
)
|
| 78 |
+
# copyright for logo
|
| 79 |
+
st.markdown(
|
| 80 |
+
"""
|
| 81 |
+
<p style="font-size:10px; color:gray; text-align: right;">
|
| 82 |
+
Logo Frankenstein – Designed by <a href="https://www.freepik.com" target="_blank" style="color:gray;">Freepik</a>
|
| 83 |
+
</p>
|
| 84 |
+
""",
|
| 85 |
+
unsafe_allow_html=True
|
| 86 |
+
)
|
| 87 |
+
|
| 88 |
|
| 89 |
st.title("\U0001F9E0 Frankenstein - multimodal medical image generation")
|
| 90 |
st.markdown("""
|