chansung commited on
Commit
550ed41
1 Parent(s): 92834bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -531,9 +531,12 @@ with gr.Blocks(css=STYLES) as demo:
531
  "is settling down the Title of the story that you are going to write. \n\n"
532
  "2. If you settle down the Title, click generate text on Control tab of the right pane. "
533
  "Or just write the first short paragraph and click generate text button. Then, AI will suggest "
534
- "the next paragraph for you. \n\n"
535
- "3. Whenever clicking Generate alternative button, it will suggest the next paragraph to add. "
536
- "It will suggest up to 3 alternatives, so choose one that you like.",
 
 
 
537
  lines=32, max_lines=32,
538
  elem_classes=['no-label', 'small-big-textarea']
539
  )
@@ -612,7 +615,7 @@ with gr.Blocks(css=STYLES) as demo:
612
  gen_pdf_btn = gr.Button("export as PDF", elem_classes=['control-label-font', 'control-button'])
613
  pdf_file = gr.File(visible=False)
614
 
615
- gr.Markdown("by clicking the button below, your stories will be shared within community. All shared stories will be "
616
  "archived in [llama2-stories](https://huggingface.co/datasets/chansung/llama2-stories) dataset repository, and "
617
  "they will be displayed in [chansung/LLaMA2-Story-Showcase](https://huggingface.co/spaces/chansung/LLaMA2-Story-Showcase) space.")
618
 
 
531
  "is settling down the Title of the story that you are going to write. \n\n"
532
  "2. If you settle down the Title, click generate text on Control tab of the right pane. "
533
  "Or just write the first short paragraph and click generate text button. Then, AI will suggest "
534
+ "the next paragraph for you. Whenever clicking Generate alternative button, it will suggest the "
535
+ "next paragraph to add. It will suggest up to 3 alternatives, so choose one that you like.\n\n"
536
+ "3. On the hatting tab on the right pane, you can discuss the written story. The whole text "
537
+ "from this textbox will be injected as a context. Understand and modify the story better with it. \n\n"
538
+ "4. On the Exporting/Sharing tab on the right pane, you can export your own stroy in PDF format. "
539
+ "Also, if you like sharing, you can share your work with community.",
540
  lines=32, max_lines=32,
541
  elem_classes=['no-label', 'small-big-textarea']
542
  )
 
615
  gen_pdf_btn = gr.Button("export as PDF", elem_classes=['control-label-font', 'control-button'])
616
  pdf_file = gr.File(visible=False)
617
 
618
+ gr.Markdown("by clicking the button below, your stories will be shared with community. All shared stories will be "
619
  "archived in [llama2-stories](https://huggingface.co/datasets/chansung/llama2-stories) dataset repository, and "
620
  "they will be displayed in [chansung/LLaMA2-Story-Showcase](https://huggingface.co/spaces/chansung/LLaMA2-Story-Showcase) space.")
621