7jimmy commited on
Commit
6cd8801
·
1 Parent(s): a9fec20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -61,9 +61,7 @@ def main():
61
 
62
  # ... (rest of the code remains unchanged)
63
 
64
- # Run the Streamlit app
65
- if __name__ == "__main__":
66
- main()
67
 
68
 
69
 
 
61
 
62
  # ... (rest of the code remains unchanged)
63
 
64
+
 
 
65
 
66
 
67