Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,12 +79,6 @@ def footer():
|
|
79 |
", Streamlit ",
|
80 |
link("https://streamlit.io/", image('https://docs.streamlit.io/en/stable/_static/favicon.png',
|
81 |
width=px(24), height=px(25), margin= "0em")),
|
82 |
-
", Docker ",
|
83 |
-
link("https://www.docker.com/", image('https://www.docker.com/sites/default/files/d8/styles/role_icon/public/2019-07/Moby-logo.png?itok=sYH_JEaJ',
|
84 |
-
width=px(20), height=px(18), margin= "0em")),
|
85 |
-
" and Google APP Engine ",
|
86 |
-
link("https://cloud.google.com/appengine", image('https://lh3.ggpht.com/_uP6bUdDOWGS6ICpMH7dBAy5LllYc_bBjjXI730L3FQ64uS1q4WltHnse7rgpKiInog2LYM1',
|
87 |
-
width=px(19), height=px(19), margin= "0em", align="top")),
|
88 |
br(),
|
89 |
]
|
90 |
layout(*myargs)
|
|
|
79 |
", Streamlit ",
|
80 |
link("https://streamlit.io/", image('https://docs.streamlit.io/en/stable/_static/favicon.png',
|
81 |
width=px(24), height=px(25), margin= "0em")),
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
br(),
|
83 |
]
|
84 |
layout(*myargs)
|