fudii0921 commited on
Commit
e031e10
·
verified ·
1 Parent(s): c886af8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as app:
36
  gr.Markdown("分析するテキストを入力してください")
37
 
38
  # Text input
39
- user_input = gr.Textbox(label="分析するテキスト", placeholder="ここにテキ入力してください...")
40
 
41
  # Outputs
42
  sentiment_output = gr.Textbox(label="予測された感情", interactive=False)
 
36
  gr.Markdown("分析するテキストを入力してください")
37
 
38
  # Text input
39
+ user_input = gr.Textbox(label="分析するテキスト", info="シンガポールで開かれているアジア安全保障会議で演説したアメリカのヘグセ国防長官が台湾情勢などめぐり中国を名指繰り返し非難したことを受け、中国外務省はアメリカ側に抗議したことを明らかにしました。")
40
 
41
  # Outputs
42
  sentiment_output = gr.Textbox(label="予測された感情", interactive=False)