CLICK commited on
Commit
53ea66e
·
verified ·
1 Parent(s): f5790a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -463,5 +463,5 @@ def main():
463
  with metric_col4:
464
  st.metric("Processing Time", "1.2s", "-0.3s")
465
 
466
- if _name_ == "_main_":
467
  main()
 
463
  with metric_col4:
464
  st.metric("Processing Time", "1.2s", "-0.3s")
465
 
466
+ if __name__ == "__main__":
467
  main()