Omnibus commited on
Commit
2792c91
·
verified ·
1 Parent(s): 618bce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ def get_nouns(text):
65
 
66
 
67
  with gr.Blocks() as app:
68
- inp = gr.Textbox(lines=10)
69
- btn = gr.Button()
70
  with gr.Row():
71
  with gr.Column(scale=2):
72
  sen=gr.JSON(label="Sentences")
 
65
 
66
 
67
  with gr.Blocks() as app:
68
+ inp = gr.Textbox(lines=10)
69
+ btn = gr.Button()
70
  with gr.Row():
71
  with gr.Column(scale=2):
72
  sen=gr.JSON(label="Sentences")