Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,8 @@ def get_nouns(text):
|
|
65 |
|
66 |
|
67 |
with gr.Blocks() as app:
|
68 |
-
|
69 |
-
|
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")
|