ejschwartz commited on
Commit
651ebc2
·
1 Parent(s): f9b6e20

debug message

Browse files
Files changed (2) hide show
  1. README.md +3 -2
  2. main.py +1 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Demo Docker Gradio
3
  emoji: 📈
4
  colorFrom: indigo
5
  colorTo: indigo
@@ -8,4 +8,5 @@ pinned: false
8
  license: apache-2.0
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: ReSym Field Helper Space
3
  emoji: 📈
4
  colorFrom: indigo
5
  colorTo: indigo
 
8
  license: apache-2.0
9
  ---
10
 
11
+ This is a space that runs ReSym's Field Helper code in their own Docker
12
+ container.
main.py CHANGED
@@ -15,4 +15,5 @@ def run():
15
 
16
 
17
  if __name__ == "__main__":
 
18
  run()
 
15
 
16
 
17
  if __name__ == "__main__":
18
+ print("Starting!")
19
  run()