ImranzamanML commited on
Commit
88cd75c
1 Parent(s): d7f9723

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,6 +1,9 @@
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
 
1
  import streamlit as st
2
  from ai_assistant import ai_doctor
3
 
4
+ # Display image on the left side
5
+ st.sidebar.image("ai_doctor_img.jpg", caption="Your AI Doctor Image", width=200)
6
+
7
  st.markdown("<h1 style='text-align: center;'>Your AI Doctor &#129302;</h1>", unsafe_allow_html=True)
8
 
9
  # Create a text input box for the OpenAI key