dini15 commited on
Commit
3c593c6
·
verified ·
1 Parent(s): a8f58d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,5 +47,5 @@ def run():
47
  st.image(file)
48
  st.write(result)
49
 
50
- if __name__ == "__main__"
51
  run
 
47
  st.image(file)
48
  st.write(result)
49
 
50
+ if __name__ == "__main__":
51
  run