yanivbl commited on
Commit
09f03bc
·
1 Parent(s): 0e9a043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,5 +19,6 @@ def main():
19
  # Display the dataframe
20
  st.write(df)
21
 
 
22
  if __name__ == "__main__":
23
  main()
 
19
  # Display the dataframe
20
  st.write(df)
21
 
22
+
23
  if __name__ == "__main__":
24
  main()