Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -339,7 +339,7 @@ template = """
|
|
| 339 |
<body>
|
| 340 |
<div class="review-container">
|
| 341 |
<header class="review-header">
|
| 342 |
-
<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 |
|