Update app.py
Browse files
app.py
CHANGED
|
@@ -186,9 +186,7 @@ with st.sidebar:
|
|
| 186 |
st.markdown("**ETH donation address:**")
|
| 187 |
st.code("0xf8c2922e4d4d3568d898eea2ec7f63ee1151993c")
|
| 188 |
st.image(
|
| 189 |
-
"eth_qr.png",
|
| 190 |
-
caption="Scan to donate via Ethereum",
|
| 191 |
-
use_column_width=True,
|
| 192 |
)
|
| 193 |
|
| 194 |
st.caption(
|
|
|
|
| 186 |
st.markdown("**ETH donation address:**")
|
| 187 |
st.code("0xf8c2922e4d4d3568d898eea2ec7f63ee1151993c")
|
| 188 |
st.image(
|
| 189 |
+
"eth_qr.png", caption="Scan to donate via Ethereum"
|
|
|
|
|
|
|
| 190 |
)
|
| 191 |
|
| 192 |
st.caption(
|