Spaces:
Sleeping
Sleeping
Commit
·
5b24c60
1
Parent(s):
fc6095c
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,6 +112,8 @@ with gr.Blocks() as demo:
|
|
| 112 |
with gr.Column():
|
| 113 |
gr.Markdown("<center><h1>Stock Analysis Tool<h1></center>")
|
| 114 |
gr.Markdown("<center><h3>Give the Ticker of the company you want to analyse. We will provide complete insights on the given company.</h3></center>")
|
|
|
|
|
|
|
| 115 |
with gr.Row():
|
| 116 |
with gr.Column():
|
| 117 |
Name_of_the_company = gr.Textbox(placeholder="eg, GOOG / MSFT / AAPL", label="TICKER of the company")
|
|
|
|
| 112 |
with gr.Column():
|
| 113 |
gr.Markdown("<center><h1>Stock Analysis Tool<h1></center>")
|
| 114 |
gr.Markdown("<center><h3>Give the Ticker of the company you want to analyse. We will provide complete insights on the given company.</h3></center>")
|
| 115 |
+
gr.Markdown("<center>To get the ticker of the company, click <a href = 'https://finance.yahoo.com/lookup/'>here.</a></center>")
|
| 116 |
+
|
| 117 |
with gr.Row():
|
| 118 |
with gr.Column():
|
| 119 |
Name_of_the_company = gr.Textbox(placeholder="eg, GOOG / MSFT / AAPL", label="TICKER of the company")
|