ardavey commited on
Commit
87fabef
1 Parent(s): 9d6fdf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = st.text_input("Enter your prompt:", "Identify the skin condition?")
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: