ayushnoori commited on
Commit
277611f
·
1 Parent(s): e978820

Add spaces

Browse files
Files changed (3) hide show
  1. .github/workflows/sync_to_space.yml +2 -1
  2. README.md +0 -11
  3. spaces.md +10 -0
.github/workflows/sync_to_space.yml CHANGED
@@ -14,7 +14,8 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
- - name: Push to hub
 
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
  run: git push https://ayushnoori:$HF_TOKEN@huggingface.co/spaces/ayushnoori/program-synthesis main
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+
18
+ - name: Push to Hugging Face
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
  run: git push https://ayushnoori:$HF_TOKEN@huggingface.co/spaces/ayushnoori/program-synthesis main
README.md CHANGED
@@ -1,14 +1,3 @@
1
- ---
2
- title: Program Synthesis
3
- emoji: 🤗
4
- colorFrom: blue
5
- colorTo: green
6
- sdk: streamlit
7
- sdk_version: 1.19.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
  # Bottom-Up Enumerative Program Synthesis
13
 
14
  Completed for [CS252R: Program Synthesis](https://synthesis.metareflection.club/) at the Harvard John A. Paulson School of Engineering and Applied Sciences, taught in Fall 2023 by Prof. Nada Amin.
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Bottom-Up Enumerative Program Synthesis
2
 
3
  Completed for [CS252R: Program Synthesis](https://synthesis.metareflection.club/) at the Harvard John A. Paulson School of Engineering and Applied Sciences, taught in Fall 2023 by Prof. Nada Amin.
spaces.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Program Synthesis
3
+ emoji: 🤗
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: streamlit
7
+ sdk_version: 1.19.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---