Spaces:
Runtime error
Runtime error
ImranzamanML
commited on
Commit
•
3ca57ec
1
Parent(s):
e7f62f7
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from ai_assistant import ai_doctor_chat
|
3 |
|
4 |
# Display title
|
5 |
-
st.markdown("<h1 style='text-align: center;'>Your AI Doctor Using
|
6 |
|
7 |
# Create layout with two columns
|
8 |
left_column, right_column = st.columns([1, 3])
|
|
|
2 |
from ai_assistant import ai_doctor_chat
|
3 |
|
4 |
# Display title
|
5 |
+
st.markdown("<h1 style='text-align: center;'>Your AI Doctor Using Custom Knowledge Base 🤖</h1>", unsafe_allow_html=True)
|
6 |
|
7 |
# Create layout with two columns
|
8 |
left_column, right_column = st.columns([1, 3])
|