help
Browse files
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:
|
| 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)")
|