Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ col1, col2 = st.columns([3, 2])
|
|
43 |
with col1:
|
44 |
# File uploader for image
|
45 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
46 |
-
prompt =
|
47 |
|
48 |
with col2:
|
49 |
if uploaded_file:
|
|
|
43 |
with col1:
|
44 |
# File uploader for image
|
45 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
46 |
+
prompt = 'Identify the skin condition?'
|
47 |
|
48 |
with col2:
|
49 |
if uploaded_file:
|