a-ge commited on
Commit
61fed1e
·
verified ·
1 Parent(s): 426b9f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -103,6 +103,8 @@ 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 ="Some symbols may include the exchange suffix as in TCS.NS, please input the whole symbol in such case"
107
+
108
  )
109
  exchange_input = gr.Textbox(label="Exchange (e.g., NASDAQ, NSE, LSE)")
110
  screener_input = gr.Dropdown(