robertselvam commited on
Commit
16a8734
1 Parent(s): b3b67ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Tab():
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):