a-ge commited on
Commit
3d335d6
·
verified ·
1 Parent(s): 4a6eb3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -103,6 +103,7 @@ with gr.Blocks() as demo:
103
  )
104
  symbol_input = gr.Textbox(
105
  label="Ticker/Symbol (e.g., AAPL,MSFT,GOOGL)",
 
106
  )
107
  exchange_input = gr.Textbox(label="Exchange (e.g., NASDAQ, NSE, LSE)")
108
  screener_input = gr.Dropdown(
 
103
  )
104
  symbol_input = gr.Textbox(
105
  label="Ticker/Symbol (e.g., AAPL,MSFT,GOOGL)",
106
+ info ="No need for the exchange suffix as exchange is already another input"
107
  )
108
  exchange_input = gr.Textbox(label="Exchange (e.g., NASDAQ, NSE, LSE)")
109
  screener_input = gr.Dropdown(