bunarivenna commited on
Commit
4f90ff7
·
verified ·
1 Parent(s): acb7c67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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 Tool<h1></center>")
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()