Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,10 @@ def main():
|
|
50 |
|
51 |
st.header("Info Assistant :" ":books:")
|
52 |
|
53 |
-
st.markdown("
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
if "messages" not in st.session_state:
|
|
|
50 |
|
51 |
st.header("Info Assistant :" ":books:")
|
52 |
|
53 |
+
st.markdown("""
|
54 |
+
###### Get support of **"Info Assistant"**, who has in memory a lot of Data Science related articles.
|
55 |
+
If it can't answer based on its knowledge base, information will be found on the internet :books:
|
56 |
+
""")
|
57 |
|
58 |
|
59 |
if "messages" not in st.session_state:
|