Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def main():
|
|
62 |
link = "https://digitala.lt/"
|
63 |
|
64 |
st.logo(logo_path
|
65 |
-
, link=link
|
66 |
|
67 |
st.markdown("""
|
68 |
###### Get support of **"Info Assistant"**, who has in memory a lot of Data Science related articles.
|
|
|
62 |
link = "https://digitala.lt/"
|
63 |
|
64 |
st.logo(logo_path
|
65 |
+
, link=link)
|
66 |
|
67 |
st.markdown("""
|
68 |
###### Get support of **"Info Assistant"**, who has in memory a lot of Data Science related articles.
|