Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|