Spaces:
Runtime error
Runtime error
Commit
·
ce86bc2
1
Parent(s):
2e9f562
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def complaint_analysis(query,count):
|
|
100 |
gr.Interface(fn=complaint_analysis,
|
101 |
inputs=[
|
102 |
gr.inputs.Textbox(
|
103 |
-
placeholder="Tweet handle
|
104 |
outputs= [gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil")],
|
105 |
examples=[]).launch(debug= True)
|
106 |
|
|
|
100 |
gr.Interface(fn=complaint_analysis,
|
101 |
inputs=[
|
102 |
gr.inputs.Textbox(
|
103 |
+
placeholder="Tweet handle please", label="Company support Twitter Handle", lines=5), gr.Slider(100, 1000) ],
|
104 |
outputs= [gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil"),gr.outputs.Image(type="pil")],
|
105 |
examples=[]).launch(debug= True)
|
106 |
|