ImranzamanML commited on
Commit
e40592d
1 Parent(s): 6fa7b81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from ai_assistant import ai_doctor
5
  left_column, right_column = st.columns([1, 3])
6
 
7
  # Display image in the left column
8
- left_column.image("ai_doctor_img.jpg", width = 400, use_column_width="auto")
9
 
10
  # Display title in the right column
11
  right_column.markdown("<h1 style='text-align: center;'>Your AI Doctor &#129302;</h1>", unsafe_allow_html=True)
 
5
  left_column, right_column = st.columns([1, 3])
6
 
7
  # Display image in the left column
8
+ left_column.image("ai_doctor_img.jpg", width = 200, use_column_width="auto")
9
 
10
  # Display title in the right column
11
  right_column.markdown("<h1 style='text-align: center;'>Your AI Doctor &#129302;</h1>", unsafe_allow_html=True)