Sebbe33 commited on
Commit
355b6ef
·
verified ·
1 Parent(s): 4dbff99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def draw_bounding_boxes(image, boxes):
35
  return image
36
 
37
  # Streamlit UI
38
- st.title("Bildanalyse mit Gemini")
39
  col1, col2 = st.columns(2)
40
 
41
  with col1:
 
35
  return image
36
 
37
  # Streamlit UI
38
+ st.title("Objekterkennung mit Gemini")
39
  col1, col2 = st.columns(2)
40
 
41
  with col1: