lqume commited on
Commit
f86b482
·
verified ·
1 Parent(s): 309b641

Added a quick start guide

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -123,6 +123,7 @@ with gr.Blocks(css=css) as demo:
123
  - Write them in style
124
  - A Gen-AI's implementation of [Lin Yutang's Ming-Kwai Typewriter](https://thereader.mitpress.mit.edu/the-uncanny-keyboard/)
125
  - [README](https://huggingface.co/spaces/lqume/neochar/blob/main/README.md) for more""")
 
126
 
127
  gr.HTML("""
128
  <style>
@@ -180,7 +181,7 @@ with gr.Blocks(css=css) as demo:
180
  placeholder="Enter your prompt",
181
  container=False,
182
  )
183
- run_button = gr.Button("Run", scale=0, variant="primary")
184
 
185
  gallery.select(
186
  fn=apply_style_on_click,
 
123
  - Write them in style
124
  - A Gen-AI's implementation of [Lin Yutang's Ming-Kwai Typewriter](https://thereader.mitpress.mit.edu/the-uncanny-keyboard/)
125
  - [README](https://huggingface.co/spaces/lqume/neochar/blob/main/README.md) for more""")
126
+ gr.Markdown(" ## QuickStart: select an example, edit components, pick a style, then 'generate'")
127
 
128
  gr.HTML("""
129
  <style>
 
181
  placeholder="Enter your prompt",
182
  container=False,
183
  )
184
+ run_button = gr.Button("Generate", scale=0, variant="primary")
185
 
186
  gallery.select(
187
  fn=apply_style_on_click,