Spaces:
Runtime error
Runtime error
ImranzamanML
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
from ai_assistant import
|
3 |
|
4 |
# Create layout with two columns
|
5 |
left_column, right_column = st.columns([1, 3])
|
|
|
1 |
import streamlit as st
|
2 |
+
from ai_assistant import ai_doctor_chat
|
3 |
|
4 |
# Create layout with two columns
|
5 |
left_column, right_column = st.columns([1, 3])
|