CogwiseAI commited on
Commit
564a980
·
1 Parent(s): ab0c920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def write_top_bar():
79
  with col1:
80
  st.image(AI_ICON, use_column_width='always')
81
  with col2:
82
- header = "Cogwise Intelligent Assistant"
83
  st.write(f"<h3 class='main-header'>{header}</h3>", unsafe_allow_html=True)
84
  with col3:
85
  clear = st.button("Clear Chat")
 
79
  with col1:
80
  st.image(AI_ICON, use_column_width='always')
81
  with col2:
82
+ header = "Cogwise AI Chat Assistant"
83
  st.write(f"<h3 class='main-header'>{header}</h3>", unsafe_allow_html=True)
84
  with col3:
85
  clear = st.button("Clear Chat")