awacke1 commited on
Commit
357d882
1 Parent(s): 1852be7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -96,4 +96,7 @@ def main():
96
  # Display the current contents of the JSONL file
97
  st.write(f"Current contents of {selected_file}:")
98
  for record in records:
99
- st.write(record
 
 
 
 
96
  # Display the current contents of the JSONL file
97
  st.write(f"Current contents of {selected_file}:")
98
  for record in records:
99
+ st.write(record)
100
+
101
+ if name == "main":
102
+ main()