Spaces:
Runtime error
Runtime error
Karthikeyan commited on
Commit ·
0876bd5
1
Parent(s): e2f5e8c
Update app.py
Browse files
app.py
CHANGED
|
@@ -632,7 +632,7 @@ class KeyValueExtractor:
|
|
| 632 |
with gr.Row(elem_id="col-container"):
|
| 633 |
with gr.Column(scale=1.0, min_width=150, ):
|
| 634 |
input_news = gr.Textbox(label="Company Name")
|
| 635 |
-
with gr.Accordion("
|
| 636 |
with gr.Row(elem_id="col-container"):
|
| 637 |
with gr.Column(scale=1.0, min_width=150 ):
|
| 638 |
gr.Examples(
|
|
|
|
| 632 |
with gr.Row(elem_id="col-container"):
|
| 633 |
with gr.Column(scale=1.0, min_width=150, ):
|
| 634 |
input_news = gr.Textbox(label="Company Name")
|
| 635 |
+
with gr.Accordion("", open = True):
|
| 636 |
with gr.Row(elem_id="col-container"):
|
| 637 |
with gr.Column(scale=1.0, min_width=150 ):
|
| 638 |
gr.Examples(
|