File size: 126 Bytes
8f715b7
 
 
1
2
3
4
# Create a dummy file for testing
with open("test_upload.txt", "w") as f:
    f.write("Supabase connection test successful!")