mlsc-tiet commited on
Commit
fbbbf26
1 Parent(s): 6e1b2d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def qa_bot(query):
106
  print(response)
107
  return (response['result'])
108
 
109
- st.markdown("<h1 style='text-align: center font: Charcuterie'>MLSCBot</h1>", unsafe_allow_html=True)
110
  hide_streamlit_style = """
111
  <style>
112
  #MainMenu {visibility: hidden;}
 
106
  print(response)
107
  return (response['result'])
108
 
109
+ st.markdown("<h1 style='text-align: center; color: white; font: Charcuterie'>MLSCBot</h1>", unsafe_allow_html=True)
110
  hide_streamlit_style = """
111
  <style>
112
  #MainMenu {visibility: hidden;}