chinhon commited on
Commit
965073a
1 Parent(s): e37d0f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def cn_text(text):
52
  #3 Define Gradio UI
53
  gradio_ui = gr.Interface(
54
  fn=cn_text,
55
- title="Generate Chinese News Headlines with AI",
56
  description="Too busy or tired to write a headline for your Chinese news story? Try this instead.",
57
  inputs=gr.inputs.Textbox(
58
  lines=20, label="Paste Chinese text here"
52
  #3 Define Gradio UI
53
  gradio_ui = gr.Interface(
54
  fn=cn_text,
55
+ title="Chinese News Headlines Generator",
56
  description="Too busy or tired to write a headline for your Chinese news story? Try this instead.",
57
  inputs=gr.inputs.Textbox(
58
  lines=20, label="Paste Chinese text here"