Spaces:
Runtime error
Runtime error
ImranzamanML
commited on
Update app.py
Browse files
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 🤖</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 🤖</h1>", unsafe_allow_html=True)
|
8 |
|
9 |
# Create a text input box for the OpenAI key
|