ImranzamanML commited on
Commit
2ad9e08
1 Parent(s): e1851d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
- from ai_doctor import mh_assistant
3
 
4
- st.title('Mental Health Assistant :broken_heart:')
5
 
6
  # Create a text input box for the OpenAI key
7
  openai_key = st.text_input('Enter your OpenAI Key', type='password')
 
1
  import streamlit as st
2
+ from ai_assistant import ai_doctor
3
 
4
+ st.markdown("<h1 style='text-align: center;'>Your AI Doctor &#129302;</h1>", unsafe_allow_html=True)
5
 
6
  # Create a text input box for the OpenAI key
7
  openai_key = st.text_input('Enter your OpenAI Key', type='password')