MK-316 commited on
Commit
9712abb
1 Parent(s): 34b89a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def generate_wordcloud(text):
29
 
30
  interface = gr.Interface(
31
  fn=generate_wordcloud,
32
- inputs=gr.inputs.Textbox(placeholder="Paste your text here", label="Your Text"), # Updated to use Textbox with placeholder
33
  outputs="image"
34
  )
35
 
 
29
 
30
  interface = gr.Interface(
31
  fn=generate_wordcloud,
32
+ inputs=gr.input.Textbox(placeholder="Paste your text here", label="Your Text"), # Updated to use Textbox with placeholder
33
  outputs="image"
34
  )
35