tbdavid2019 commited on
Commit
6953dde
·
verified ·
1 Parent(s): 7236baa

標題更改

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="股票基本面分析 App",
302
- description="輸入您的 LLM API key、股票代號與時間區間,取得該股票的分析報告(非 JSON、易讀文字段落)。"
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__":