From e8e12a01adec5a60bc5eceb9dab16085a1166f4c Mon Sep 17 00:00:00 2001 From: songw Date: Wed, 26 Apr 2023 14:08:11 +0800 Subject: [PATCH] delete title --- app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.py b/app.py index 23d9c0f..602a5bd 100644 --- a/app.py +++ b/app.py @@ -30,9 +30,6 @@ def sentiment_analysis(text, labels): return total_results with gr.Blocks(theme=theme, css="footer {visibility: hidden}") as demo: - gr.Markdown(""" -
文本情感分析
- """) with gr.Row(): with gr.Column(): text = gr.Textbox(label="文本")