Update app.py
Browse files
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="
|
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"
|