Spaces:
Running
Running
標題更改
Browse files
app.py
CHANGED
@@ -297,9 +297,9 @@ iface = gr.Interface(
|
|
297 |
gr.Textbox(label="股票代號", placeholder="例如:TSLA 或 2330.TW"),
|
298 |
gr.Dropdown(choices=["3mo", "6mo", "1yr"], label="時間區間", value="3mo")
|
299 |
],
|
300 |
-
outputs=gr.Textbox(label="
|
301 |
-
title="
|
302 |
-
description="輸入您的 LLM
|
303 |
)
|
304 |
|
305 |
if __name__ == "__main__":
|
|
|
297 |
gr.Textbox(label="股票代號", placeholder="例如:TSLA 或 2330.TW"),
|
298 |
gr.Dropdown(choices=["3mo", "6mo", "1yr"], label="時間區間", value="3mo")
|
299 |
],
|
300 |
+
outputs=gr.Textbox(label="基本面財務新聞方面分析結果"),
|
301 |
+
title="我應該買這支股票嗎? by DAVID888",
|
302 |
+
description="輸入您的 LLM openai key、股票代號與時間區間,取得該股票的分析報告"
|
303 |
)
|
304 |
|
305 |
if __name__ == "__main__":
|