File size: 521 Bytes
98173ee
 
 
 
 
 
 
 
 
 
 
 
9f0053e
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: CobolBanking
emoji: πŸŒ–
colorFrom: red
colorTo: red
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
license: apache-2.0
---

Scrut
cobol-banking-gradio/
β”œβ”€β”€ cobol/
β”‚   β”œβ”€β”€ account.cbl
β”‚   β”œβ”€β”€ loan.cbl
β”‚   β”œβ”€β”€ interest.cbl
β”‚   └── utils.cbl
β”œβ”€β”€ data/
β”‚   β”œβ”€β”€ accounts.dat
β”‚   └── loans.dat
β”œβ”€β”€ app.py              ← Main Gradio app with auto-compilation
β”œβ”€β”€ requirements.txt    ← Python dependencies
└── README.md