awacke1 commited on
Commit
cf07b08
โ€ข
1 Parent(s): 22e3717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=px(18), height=px(18), margin= "0em")),
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)
 
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)