Commit
·
562785e
1
Parent(s):
9f4134e
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,8 @@ def get_ans(inp):
|
|
110 |
with gr.Blocks() as demo:
|
111 |
with gr.Row().style(equal_height=True):
|
112 |
with gr.Column():
|
113 |
-
gr.Markdown("<center><h1>
|
|
|
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():
|
|
|
110 |
with gr.Blocks() as demo:
|
111 |
with gr.Row().style(equal_height=True):
|
112 |
with gr.Column():
|
113 |
+
gr.Markdown("<center><h1>Stock Analysis Tool<h1></center>")
|
114 |
+
gr,Markdown("<center>To get the ticker of the company that you want to check, click <a href = 'https://finance.yahoo.com/lookup/'>here.</a></center>")
|
115 |
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>")
|
116 |
with gr.Row():
|
117 |
with gr.Column():
|