ImranzamanML commited on
Commit
58c9522
1 Parent(s): be1b078

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from ai_assistant import ai_doctor
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])