File size: 436 Bytes
00fbaf7
4132514
00fbaf7
 
 
 
db77f64
7bf2412
00fbaf7
 
 
 
 
 
cf9bb91
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: Address matching Example
emoji: 💩
colorFrom: blue
colorTo: gray
sdk: streamlit
sdk_version: 1.19.0
python_version: 3.9
app_file: app.py
pinned: false
license: mit
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

For local testing
To create env file: conda env export --from-history > environment.yml
To create an env form env file: conda env create -f environment.yml