Update app.py
Browse files
app.py
CHANGED
@@ -75,10 +75,10 @@ def footer():
|
|
75 |
myargs = [
|
76 |
"<b>Made with</b>: Python 3.8 ",
|
77 |
link("https://www.python.org/", image('https://i.imgur.com/ml09ccU.png',
|
78 |
-
width=
|
79 |
", Streamlit ",
|
80 |
link("https://streamlit.io/", image('https://docs.streamlit.io/en/stable/_static/favicon.png',
|
81 |
-
width=
|
82 |
br(),
|
83 |
]
|
84 |
layout(*myargs)
|
|
|
75 |
myargs = [
|
76 |
"<b>Made with</b>: Python 3.8 ",
|
77 |
link("https://www.python.org/", image('https://i.imgur.com/ml09ccU.png',
|
78 |
+
width=18, height=18, margin= "0em")),
|
79 |
", Streamlit ",
|
80 |
link("https://streamlit.io/", image('https://docs.streamlit.io/en/stable/_static/favicon.png',
|
81 |
+
width=24, height=25, margin= "0em")),
|
82 |
br(),
|
83 |
]
|
84 |
layout(*myargs)
|