DylanASHillier commited on
Commit
eb26f08
1 Parent(s): fc42d85

adds image

Browse files
Files changed (1) hide show
  1. streamlit.py +4 -1
streamlit.py CHANGED
@@ -446,7 +446,10 @@ When you ask a question, the tool will search for the most relevant case study t
446
 
447
 
448
  if check_password():
449
- st.title("Glyphic Case Study Question Answering")
 
 
 
450
  st.markdown(DESCRIPTION, unsafe_allow_html=True)
451
 
452
  question = st.text_input("Enter your question")
 
446
 
447
 
448
  if check_password():
449
+ # st.title("Glyphic Case Study Question Answering")
450
+ col_1, col_2 = st.columns([1, 4])
451
+ col_1.image("favicon.ico")
452
+ col_2.title("Glyphic Case Study Question Answering")
453
  st.markdown(DESCRIPTION, unsafe_allow_html=True)
454
 
455
  question = st.text_input("Enter your question")