exaucengarti commited on
Commit
a629cea
·
verified ·
1 Parent(s): 0e8c751

Update poem_generator/app.py

Browse files
Files changed (1) hide show
  1. poem_generator/app.py +1 -1
poem_generator/app.py CHANGED
@@ -197,7 +197,7 @@ def create_app(model: PoetryModel):
197
 
198
  with gr.Blocks(title="Poem Generator") as demo:
199
  gr.Markdown("# 📝 Poem Generator with Fill-in-the-Blank Quiz")
200
- gr.Markdown("Create a personalizeAEDDDDDd poem and test your vocabulary!")
201
 
202
  with gr.Row():
203
  age_input = gr.Textbox(value="9", label="Age", placeholder="Enter age (6-99)")
 
197
 
198
  with gr.Blocks(title="Poem Generator") as demo:
199
  gr.Markdown("# 📝 Poem Generator with Fill-in-the-Blank Quiz")
200
+ gr.Markdown("Create a personalized poem and test your vocabulary!")
201
 
202
  with gr.Row():
203
  age_input = gr.Textbox(value="9", label="Age", placeholder="Enter age (6-99)")