puffy310 commited on
Commit
9f0053e
Β·
verified Β·
1 Parent(s): c8c27b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -10,4 +10,16 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: apache-2.0
11
  ---
12
 
13
+ Scrut
14
+ cobol-banking-gradio/
15
+ β”œβ”€β”€ cobol/
16
+ β”‚ β”œβ”€β”€ account.cbl
17
+ β”‚ β”œβ”€β”€ loan.cbl
18
+ β”‚ β”œβ”€β”€ interest.cbl
19
+ β”‚ └── utils.cbl
20
+ β”œβ”€β”€ data/
21
+ β”‚ β”œβ”€β”€ accounts.dat
22
+ β”‚ └── loans.dat
23
+ β”œβ”€β”€ app.py ← Main Gradio app with auto-compilation
24
+ β”œβ”€β”€ requirements.txt ← Python dependencies
25
+ └── README.md