robertselvam commited on
Commit
0cdef77
1 Parent(s): 588b16e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -61,6 +61,9 @@ with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_brief') as demo:
61
 
62
  with gr.TabItem("pdf"):
63
  ex= HeadingsExtractor()
 
 
 
64
  ex.gradio_interface()
65
  # with gr.Row(elem_id = "col-container",scale=0.80):
66
  # with gr.Column(elem_id = "col-container",scale=0.80):
 
61
 
62
  with gr.TabItem("pdf"):
63
  ex= HeadingsExtractor()
64
+ ex.gradio_interface()
65
+ with gr.TabItem("Incorrect_Sentence"):
66
+ ex= IncorrectSentenceFinder()
67
  ex.gradio_interface()
68
  # with gr.Row(elem_id = "col-container",scale=0.80):
69
  # with gr.Column(elem_id = "col-container",scale=0.80):