Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
·
6fba339
1
Parent(s):
743da29
Update app.py
Browse files
app.py
CHANGED
@@ -322,10 +322,10 @@ class KeyValueExtractor:
|
|
322 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
|
323 |
<img src="file=logo.png" height="110px" width="280px"></h1></center>
|
324 |
<br><h1 style="color:#fff">summarizer</h1></center>""")
|
325 |
-
with gr.Accordion("
|
326 |
with gr.Row(elem_id="col-container"):
|
327 |
with gr.Column(scale=1.0, min_width=150 ):
|
328 |
-
list_of_companies = gr.HTML(
|
329 |
Microsoft Corporation - MSFT
|
330 |
Amazon.com Inc. - AMZN
|
331 |
Alphabet Inc. (Google) - GOOGL (Class A shares), GOOG (Class C shares)
|
|
|
322 |
gr.HTML("""<center class="darkblue" style='background-color:rgb(0,1,36); text-align:center;padding:25px;'><center><h1 class ="center">
|
323 |
<img src="file=logo.png" height="110px" width="280px"></h1></center>
|
324 |
<br><h1 style="color:#fff">summarizer</h1></center>""")
|
325 |
+
with gr.Accordion("List_of_Companies", open = False):
|
326 |
with gr.Row(elem_id="col-container"):
|
327 |
with gr.Column(scale=1.0, min_width=150 ):
|
328 |
+
list_of_companies = gr.HTML(value="""Apple Inc. - AAPL
|
329 |
Microsoft Corporation - MSFT
|
330 |
Amazon.com Inc. - AMZN
|
331 |
Alphabet Inc. (Google) - GOOGL (Class A shares), GOOG (Class C shares)
|