yasserrmd commited on
Commit
970d3b7
1 Parent(s): 88688de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # Output for generated text
75
- output = gr.Markdown(label="Your AI Journal Entry ✨", lines=6)
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 ✍️")