Update app.py
Browse files
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 |
-
|
|
|
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")
|