Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
9 |
|
10 |
# Display title in the right column
|
11 |
right_column.markdown("<h1 style='text-align: center;'>Your AI Doctor 🤖</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 🤖</h1>", unsafe_allow_html=True)
|