Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,13 +177,10 @@ with gr.Blocks() as demo:
|
|
| 177 |
|
| 178 |
with gr.Row().style(equal_height=True):
|
| 179 |
with gr.Column():
|
| 180 |
-
gr.Markdown("<center><h1>Stock Analysis
|
| 181 |
-
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>")
|
| 182 |
-
gr.Markdown("<center>To get the ticker of the company, click <a href = 'https://finance.yahoo.com/lookup/'>here.</a></center>")
|
| 183 |
with gr.Row():
|
| 184 |
with gr.Column():
|
| 185 |
Name_of_the_company = "GOOG"
|
| 186 |
-
btn = gr.Button("ANALYSE")
|
| 187 |
gr.Markdown("<center><h2>Analysis<h2></center>")
|
| 188 |
gr.Markdown("<center><h3>Inportant Information</h3></center>")
|
| 189 |
info1 = gr.Textbox()
|
|
|
|
| 177 |
|
| 178 |
with gr.Row().style(equal_height=True):
|
| 179 |
with gr.Column():
|
| 180 |
+
gr.Markdown("<center><h1>Stock Analysis GOOG<h1></center>")
|
|
|
|
|
|
|
| 181 |
with gr.Row():
|
| 182 |
with gr.Column():
|
| 183 |
Name_of_the_company = "GOOG"
|
|
|
|
| 184 |
gr.Markdown("<center><h2>Analysis<h2></center>")
|
| 185 |
gr.Markdown("<center><h3>Inportant Information</h3></center>")
|
| 186 |
info1 = gr.Textbox()
|