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="文本")