Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
-
from
|
3 |
|
4 |
-
st.
|
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 🤖</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')
|