Update app.py
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ with gr.Blocks(title="The Poetry Workshop", theme=gr.themes.Soft()) as demo:
|
|
| 125 |
with gr.Row(equal_height=True):
|
| 126 |
gr.Markdown("### about this topic: ")
|
| 127 |
topic_input = gr.Textbox(
|
| 128 |
-
placeholder="e.g.,
|
| 129 |
label="Topic",
|
| 130 |
show_label=False,
|
| 131 |
scale=5
|
|
|
|
| 125 |
with gr.Row(equal_height=True):
|
| 126 |
gr.Markdown("### about this topic: ")
|
| 127 |
topic_input = gr.Textbox(
|
| 128 |
+
placeholder="e.g., a dancing monkey, a school bully, a fair maiden",
|
| 129 |
label="Topic",
|
| 130 |
show_label=False,
|
| 131 |
scale=5
|