pcalhoun commited on
Commit
66d2a7a
·
1 Parent(s): c7a7d18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -80,7 +80,8 @@ def generate_next(title,description,conversation_text):
80
 
81
  with gr.Blocks() as demo:
82
  gr.Markdown("""Come up with a podcast title and then click 'Generate Additional CWTS Podcast Transcript Lines'.
83
- Conversation lines are separated by a linebreak followed by three hashes. This should be generated automatically. New lines can be added by clicking generated again.""")
 
84
  title = gr.Textbox(label="Podcast Title")
85
  description = gr.Textbox(label="Description")
86
  conversation_text = gr.Textbox(label="Conversation")
 
80
 
81
  with gr.Blocks() as demo:
82
  gr.Markdown("""Come up with a podcast title and then click 'Generate Additional CWTS Podcast Transcript Lines'.
83
+
84
+ Conversation lines are separated by a linebreak followed by three hashes. This should be generated automatically. New lines can be added by clicking 'Generate...' again.""")
85
  title = gr.Textbox(label="Podcast Title")
86
  description = gr.Textbox(label="Description")
87
  conversation_text = gr.Textbox(label="Conversation")