Spaces:
Running
Running
robertselvam
commited on
Commit
•
16a8734
1
Parent(s):
b3b67ed
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_brief') as demo:
|
|
19 |
Contract
|
20 |
</h1>
|
21 |
</center>""")
|
22 |
-
with gr.
|
23 |
with gr.TabItem("Contract Summary"):
|
24 |
with gr.Row(elem_id = "col-container",scale=0.80):
|
25 |
with gr.Column(elem_id = "col-container",scale=0.80):
|
|
|
19 |
Contract
|
20 |
</h1>
|
21 |
</center>""")
|
22 |
+
with gr.Tabs():
|
23 |
with gr.TabItem("Contract Summary"):
|
24 |
with gr.Row(elem_id = "col-container",scale=0.80):
|
25 |
with gr.Column(elem_id = "col-container",scale=0.80):
|