Nuno-Tome commited on
Commit
29401a0
·
1 Parent(s): b4a533c

no message

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,6 +20,7 @@ CONTAINER_BODY = st.container()
20
 
21
 
22
 
 
23
  #(image_object, classifier_pipeline)
24
  #def classify_one_image(classifier_model, dataset_to_classify):
25
  #classify_one_image(image_object, classifier_pipeline)
@@ -87,7 +88,7 @@ def main():
87
  # # Code to restart or reset your app goes here
88
  # import subprocess
89
  # subprocess.call(["shutdown", "-r", "-t", "0"])
90
- CONTAINER_BODY = st.container():
91
 
92
 
93
 
 
20
 
21
 
22
 
23
+
24
  #(image_object, classifier_pipeline)
25
  #def classify_one_image(classifier_model, dataset_to_classify):
26
  #classify_one_image(image_object, classifier_pipeline)
 
88
  # # Code to restart or reset your app goes here
89
  # import subprocess
90
  # subprocess.call(["shutdown", "-r", "-t", "0"])
91
+ with CONTAINER_BODY:
92
 
93
 
94