ArturG9 commited on
Commit
f0a4e40
1 Parent(s): 8aba95b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -50,7 +50,10 @@ def main():
50
 
51
  st.header("Info Assistant :" ":books:")
52
 
53
- st.markdown("###### Get support of "Info Assistant" , who has in memory a lot of Data Science related articles, if it can't answer based on it's knowledge base, information will be found on the internet:" ":books:")
 
 
 
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: