Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ interface = gr.Interface(
|
|
| 117 |
✨ボラティリティが20%以下<br />
|
| 118 |
✨最大ドローダウンが10%以下
|
| 119 |
""")],
|
| 120 |
-
outputs=[gr.Textbox(label="結果",info="Show records where the annual return is 10% or more, the risk-adjusted return is at least 5%, the alpha (excess return) is greater than or equal to 1, the volatility is no more than 20%, and the maximum drawdown is 10% or less. Then, sort these records in score descending order.\n年間リターンが10%以上、リスク調整後リターンが5%以上、アルファ(超過リターン)が1以上であり、ボラティリティが20%以下、最大ドローダウンが10%以下のレコードを選択します。その後、計算されたスコアを基準に降順で並び替えます。"),gr.Textbox(label="教育ガイドライン",info="""
|
| 121 |
High Performerとは、優れた業績を上げるファンドマネージャーのことを指します!!
|
| 122 |
✨ 特に、以下のような基準を満たしていることが重要です:
|
| 123 |
高いリターン:年間リターンが安定して高く、投資家に大きな利益をもたらします。
|
|
|
|
| 117 |
✨ボラティリティが20%以下<br />
|
| 118 |
✨最大ドローダウンが10%以下
|
| 119 |
""")],
|
| 120 |
+
outputs=[gr.Textbox(label="結果",show_copy_button=True,info="Show records where the annual return is 10% or more, the risk-adjusted return is at least 5%, the alpha (excess return) is greater than or equal to 1, the volatility is no more than 20%, and the maximum drawdown is 10% or less. Then, sort these records in score descending order.\n年間リターンが10%以上、リスク調整後リターンが5%以上、アルファ(超過リターン)が1以上であり、ボラティリティが20%以下、最大ドローダウンが10%以下のレコードを選択します。その後、計算されたスコアを基準に降順で並び替えます。"),gr.Textbox(label="教育ガイドライン",info="""
|
| 121 |
High Performerとは、優れた業績を上げるファンドマネージャーのことを指します!!
|
| 122 |
✨ 特に、以下のような基準を満たしていることが重要です:
|
| 123 |
高いリターン:年間リターンが安定して高く、投資家に大きな利益をもたらします。
|