Spaces:
Runtime error
Runtime error
Commit ·
2fa1478
1
Parent(s): 770d753
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ with gradio.Blocks(theme = 'gradio/monochrome', title = 'Keyword clustering Demo
|
|
| 29 |
)
|
| 30 |
with gradio.Row(scale = 2):
|
| 31 |
with gradio.Column(scale=1):
|
| 32 |
-
event_info = gradio.Textbox(label='enter event discription')
|
| 33 |
button = gradio.Button("Submit")
|
| 34 |
|
| 35 |
output_sec = gradio.outputs.Textbox(label="Mapped sector and score")
|
|
|
|
| 29 |
)
|
| 30 |
with gradio.Row(scale = 2):
|
| 31 |
with gradio.Column(scale=1):
|
| 32 |
+
event_info = gradio.Textbox(label='enter event discription', Examples = ['The London Textile Fair is a leading showcase for fashion fabrics, apparel accessories, print studios, and vintage garments, drawing influential buyers and designers from high-street retail stores and independent sources.'])
|
| 33 |
button = gradio.Button("Submit")
|
| 34 |
|
| 35 |
output_sec = gradio.outputs.Textbox(label="Mapped sector and score")
|