feliponi commited on
Commit
3c04a9c
·
1 Parent(s): e34ae24
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ class GradioInterface:
113
  with gr.Blocks() as main_interface:
114
  with gr.Row():
115
  with gr.Column():
116
- ticker_input = gr.Text(label="Ticker (ex: AAPL)")
117
  api_key_input = gr.Textbox(label="API Key (opcional)", placeholder="Insira sua API Key https://newsapi.org/")
118
  fetch_new = gr.Dropdown([True, False], label="Buscar noticias online?", value=False)
119
  initial_investment = gr.Number(10000, label="Investimento Inicial (USD)")
 
113
  with gr.Blocks() as main_interface:
114
  with gr.Row():
115
  with gr.Column():
116
+ ticker_input = gr.Text(label="Ticker (ex: VALE)", placeholder="Insira o Ticker da Empresa listada no Yahoo Finance", value="VALE")
117
  api_key_input = gr.Textbox(label="API Key (opcional)", placeholder="Insira sua API Key https://newsapi.org/")
118
  fetch_new = gr.Dropdown([True, False], label="Buscar noticias online?", value=False)
119
  initial_investment = gr.Number(10000, label="Investimento Inicial (USD)")