chandralegend commited on
Commit
5b3ca57
β€’
1 Parent(s): c6c8cd6

minor change

Browse files
Files changed (1) hide show
  1. pages/3_Training the Model.py +1 -3
pages/3_Training the Model.py CHANGED
@@ -16,9 +16,7 @@ def infer(image):
16
  output = query(image)
17
  cols = st.columns(2)
18
  cols[0].image(image, use_column_width=True)
19
- with cols[1]:
20
- for item in output:
21
- st.progress(item["score"], text=item["label"])
22
 
23
 
24
  def step3_page():
 
16
  output = query(image)
17
  cols = st.columns(2)
18
  cols[0].image(image, use_column_width=True)
19
+ cols[1].text("Trained")
 
 
20
 
21
 
22
  def step3_page():