robertselvam commited on
Commit
cafe577
·
verified ·
1 Parent(s): df30ec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -354,9 +354,13 @@ class KeyValueExtractor:
354
  def gradio_interface(self):
355
 
356
  with gr.Blocks(css="style.css",theme= 'karthikeyan-adople/hudsonhayes-gray') as app:
357
- gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
358
- <img src="file=logo.png" height="110px" width="280px"></h1></center>
359
- <br><h1 style="color:#fff"> Finance Tool for Investors </h1></center>""")
 
 
 
 
360
  with gr.Row(elem_id="col-container"):
361
  with gr.Column(scale=1.0, min_width=150, ):
362
  input_news = gr.Textbox(label="Company Name")
 
354
  def gradio_interface(self):
355
 
356
  with gr.Blocks(css="style.css",theme= 'karthikeyan-adople/hudsonhayes-gray') as app:
357
+
358
+ gr.HTML("""<center class="darkblue" text-align:center;padding:30px;'><center>
359
+ <center><h1 class ="center" style="color:#fff">ADOPLE AI</h1></center>
360
+ <br><center><h1 style="color:#fff">Finance Tool for Investors</h1></center>""")
361
+ # gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
362
+ # <img src="file=logo.png" height="110px" width="280px"></h1></center>
363
+ # <br><h1 style="color:#fff"> </h1></center>""")
364
  with gr.Row(elem_id="col-container"):
365
  with gr.Column(scale=1.0, min_width=150, ):
366
  input_news = gr.Textbox(label="Company Name")