ArturG9 commited on
Commit
2ef7657
1 Parent(s): d88080e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -58,8 +58,11 @@ def main():
58
 
59
  st.header("Info Assistant :" ":books:")
60
 
61
- st.logo("digital-a-high-resolution-logo-transparent (2).png"
62
- , *, link="https://digitala.lt/", icon_image=None)
 
 
 
63
 
64
  st.markdown("""
65
  ###### Get support of **"Info Assistant"**, who has in memory a lot of Data Science related articles.
 
58
 
59
  st.header("Info Assistant :" ":books:")
60
 
61
+ logo_path = "digital-a-high-resolution-logo-transparent (2).png"
62
+ link = ""https://digitala.lt/""
63
+
64
+ st.logo(logo_path
65
+ , *, link=link, icon_image=None)
66
 
67
  st.markdown("""
68
  ###### Get support of **"Info Assistant"**, who has in memory a lot of Data Science related articles.