Update app.py
Browse files
app.py
CHANGED
|
@@ -71,8 +71,8 @@ with gr.Blocks(css=css) as journal_app:
|
|
| 71 |
gr.Button(entry).click(fn=lambda e=entry: fill_prompt(e), outputs=prompt_textbox)
|
| 72 |
|
| 73 |
with gr.Row():
|
| 74 |
-
|
| 75 |
-
output = gr.Markdown(
|
| 76 |
with gr.Row():
|
| 77 |
# Generate button
|
| 78 |
generate_button = gr.Button("Generate Entry ✍️")
|
|
|
|
| 71 |
gr.Button(entry).click(fn=lambda e=entry: fill_prompt(e), outputs=prompt_textbox)
|
| 72 |
|
| 73 |
with gr.Row():
|
| 74 |
+
gr.Markdown("Your AI Journal Entry ✨")
|
| 75 |
+
output = gr.Markdown()
|
| 76 |
with gr.Row():
|
| 77 |
# Generate button
|
| 78 |
generate_button = gr.Button("Generate Entry ✍️")
|