Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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")
|