update
Browse files
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
app.py
CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(css=css, title="ClueAI") as demo:
|
|
160 |
gr.Markdown('<h1><center><font color=red style="font-size:50px;">ClueAI全能师</font></center></h1>')
|
161 |
with gr.TabItem("文本生成", id='_tab'):
|
162 |
with gr.Row(variant="compact").style( equal_height=True):
|
163 |
-
text = gr.Textbox("
|
164 |
label="编辑内容", show_label=False, max_lines=20,
|
165 |
placeholder="在这里输入...",
|
166 |
)
|
|
|
160 |
gr.Markdown('<h1><center><font color=red style="font-size:50px;">ClueAI全能师</font></center></h1>')
|
161 |
with gr.TabItem("文本生成", id='_tab'):
|
162 |
with gr.Row(variant="compact").style( equal_height=True):
|
163 |
+
text = gr.Textbox("标题:俄罗斯天然气管道泄漏爆炸",
|
164 |
label="编辑内容", show_label=False, max_lines=20,
|
165 |
placeholder="在这里输入...",
|
166 |
)
|