Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def summary(text):
|
|
15 |
|
16 |
|
17 |
# We instantiate the Textbox class
|
18 |
-
textbox = gr.Textbox(label="Summarizer:
|
19 |
|
20 |
|
21 |
demo = gr.Interface(fn=summary, inputs=textbox, outputs="text")
|
|
|
15 |
|
16 |
|
17 |
# We instantiate the Textbox class
|
18 |
+
textbox = gr.Textbox(label="Summarizer: ", placeholder="Enter the text")
|
19 |
|
20 |
|
21 |
demo = gr.Interface(fn=summary, inputs=textbox, outputs="text")
|