andres.salguero commited on
Commit
e4db522
·
1 Parent(s): 5f21106

Add Hugging Face Spaces configuration

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Bayesian Token Co-occurrence Simulator
2
 
3
  A Streamlit application that simulates and visualizes token co-occurrence patterns using Bayesian methods.
 
1
+ ---
2
+ title: Bayesian Token Co-occurrence Simulator
3
+ emoji: 🧮
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: docker
7
+ sdk_version: 3.0.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Bayesian Token Co-occurrence Simulator
13
 
14
  A Streamlit application that simulates and visualizes token co-occurrence patterns using Bayesian methods.