fudii0921 commited on
Commit
fb6764b
·
verified ·
1 Parent(s): 9f0442e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -339,7 +339,7 @@ template = """
339
  <body>
340
  <div class="review-container">
341
  <header class="review-header">
342
- <h1>コンサルタント パフォーマンスレポート</h1>
343
  <p><strong>被評価者氏名:</strong> 被評価者氏名</p>
344
  </header>
345
 
@@ -894,13 +894,13 @@ with gr.Blocks(title="Gemini API with Performance Review") as gsearch:
894
  gr.Markdown(
895
  """
896
  # 🔖 パフォーマンス評価
897
- コンサルタントのパフォーマンスを評価します。
898
  """
899
  )
900
  # Input component for the user's question
901
  user_input = gr.Textbox(
902
  label="パフォーマンス:",
903
- info="コンサルタントのパフォーマンス評価を入力してください。",
904
  lines=10
905
  )
906
 
 
339
  <body>
340
  <div class="review-container">
341
  <header class="review-header">
342
+ <h1>パフォーマンスレポート</h1>
343
  <p><strong>被評価者氏名:</strong> 被評価者氏名</p>
344
  </header>
345
 
 
894
  gr.Markdown(
895
  """
896
  # 🔖 パフォーマンス評価
897
+ パフォーマンスを評価します。
898
  """
899
  )
900
  # Input component for the user's question
901
  user_input = gr.Textbox(
902
  label="パフォーマンス:",
903
+ info="パフォーマンス評価を入力してください。",
904
  lines=10
905
  )
906