Sobit commited on
Commit
eaaa174
Β·
verified Β·
1 Parent(s): 12e18c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ user_context = st.text_area("πŸ“ Additional Context (Optional)", "Describe symp
75
 
76
  if uploaded_file:
77
  image = Image.open(uploaded_file).convert("RGB")
78
- st.image(image, caption="Uploaded Image", use_column_width=True)
79
 
80
  # Run ViT inference
81
  with st.spinner("Analyzing with Vision Transformer... πŸ”"):
 
75
 
76
  if uploaded_file:
77
  image = Image.open(uploaded_file).convert("RGB")
78
+ st.image(image, caption="Uploaded Image", use_container_width=True)
79
 
80
  # Run ViT inference
81
  with st.spinner("Analyzing with Vision Transformer... πŸ”"):