Chris Hoge commited on
Commit
8a1ffcd
β€’
1 Parent(s): 72c8148

added readme metadata

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  ## Quickstart
2
 
3
  Build and start Machine Learning backend on `http://localhost:9090`
@@ -77,4 +86,4 @@ def train(input_iterator, working_dir, **kwargs):
77
  """Here you gather input examples and output labels and train your model"""
78
  resources = {"model_path": "some/model/path", "labels": ["aaa", "bbb", "ccc"]}
79
  return resources
80
- ```
 
1
+ ---
2
+ title: Simple Sentiment Analysis
3
+ emoji: πŸ™‹
4
+ colorFrom: gray
5
+ colorTo: orange
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
+
10
  ## Quickstart
11
 
12
  Build and start Machine Learning backend on `http://localhost:9090`
 
86
  """Here you gather input examples and output labels and train your model"""
87
  resources = {"model_path": "some/model/path", "labels": ["aaa", "bbb", "ccc"]}
88
  return resources
89
+ ```